Skip to content

Commit

Permalink
modify CodeLocation mapping to S3 bucket for Poller and Configurator …
Browse files Browse the repository at this point in the history
…- from transit-vpc-2 to transit-vpc-1
  • Loading branch information
Shreyans Desai committed Apr 28, 2017
1 parent 228d450 commit 7717e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions juniper-transit-vpc-primary-account-working.template
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@
"Mappings" : {
"Function" : {
"Configurator" : {
"CodeLocation" : "juniper-transit-vpc-2/transit-vpc-push-juniper-config.zip",
"CodeLocation" : "juniper-transit-vpc-1/transit-vpc-push-juniper-config.zip",
"Name" : "juniper-configurator",
"Description": "Transit VPC: This function is invoked when a generic VPN configuration is placed in an S3 bucket - it converts the generic information into Junos OS specific commands and pushes the config to transit VPC routers.",
"Runtime": "python2.7",
"Timeout": "300",
"MemorySize": "128"
},
"Poller" : {
"CodeLocation" : "juniper-transit-vpc-2/transit-vpc-poller.py",
"CodeLocation" : "juniper-transit-vpc-1/transit-vpc-poller.py",
"Name" : "vgw-poller",
"Description": "Transit VPC: Poller function responsible for identifying specifically tagged VGWs and creating VPN connections to transit VPC.",
"Runtime": "python2.7",
Expand Down

0 comments on commit 7717e57

Please sign in to comment.