Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.py creates AWS::Serverless::Function Environment Variables property incorrectly #795

Closed
earchibald-lv opened this issue Apr 12, 2018 · 1 comment · Fixed by #797
Labels

Comments

@earchibald-lv
Copy link

AWS::Serverless::Function implements environment variables as

{ "Properties": {
  "Environment": {
    "Variables": { ... } } }

(see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html)

However, package.py is defining the structure as:

{"Properties: {
  "EnvironmentVariables": {
    "Variables": { ... } } }
@stealthycoin
Copy link
Contributor

Thanks for reporting it. I'll get this fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants