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

add env command to the command blocks within the cfn lx templates #467

Merged
merged 7 commits into from Dec 15, 2017

Conversation

userhas404d
Copy link
Contributor

Ensures the following aws envs are available in the appscript shell:

  • AWS_DEFAULT_REGION
  • AWS_CA_BUNDLE
  • REQUESTS_CA_BUNDLE

]]},
"env" :
{
"AWS_DEFAULT_REGION" : { "Ref" : "AWS::Region" },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're passing in the region via the env, we can remove it from the aws s3 cp command itself.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this block is missing in the autoscale edits...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link

@dvu70 dvu70 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@lorengordon lorengordon merged commit ae7234c into plus3it:develop Dec 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants