Skip to content

Commit

Permalink
Merge pull request #2 from serrollc/20170411-jnpr
Browse files Browse the repository at this point in the history
modify CodeLocation mapping to S3 bucket for Poller and Configurator …
  • Loading branch information
Shreyans authored Apr 28, 2017
2 parents d11f8cc + 7717e57 commit b472c05
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 b472c05

Please sign in to comment.