aureq / letslambda

3 stars 2 forks source link

Split location of function package and function configuration #17

Closed aureq closed 8 years ago

aureq commented 8 years ago

It may not be desired to store the Lambda function in the same S3 bucket as the LetsLambda configuration. For example, the function package must be in the same region as the operating Lambda region, but the LetsLambda configuration may be in a different AWS region (for security reasons). The CloudFormation template should deal with this by prompting the user.

aureq commented 8 years ago

This is related to aureq#8