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

feat(region): add ability to specify region as an arg or get from env #4

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

filipeestacio
Copy link
Contributor

In index.ts added a check for the region as an arg. If not present, fallback to getting the region from the AWS_REGION environment variable, and throw an error if neither is found.

Amended two templates to use the region variable.

This adds the ability to execute this script in regions other than eu-west-1, which was hardcoded in two of the templates.

@lmammino
Copy link
Owner

lmammino commented Nov 9, 2024

Thanks for the awesome contribution! :)

@lmammino lmammino self-requested a review November 9, 2024 10:50
@lmammino lmammino merged commit a702365 into lmammino:main Nov 9, 2024
1 check passed
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.

2 participants