-
Notifications
You must be signed in to change notification settings - Fork 0
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
AWS deployment #34
AWS deployment #34
Conversation
Will squash and merge once approved LOL. See comment in PR for "bandaid" |
Threshold: 100 # 100% of budget is used | ||
Subscribers: | ||
- SubscriptionType: EMAIL | ||
Address: !Ref emailAddress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes me curious if rate limiting is something we can easily add, just to cover our bases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be moved to later PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Details:
build_lambda_code.py
that builds a .zip file for deploymentaws
directoryNOTE: The bandaid mentioned here is simply how the pipeline can be invoked - since
on: [workflow_dispatch]
means the pipeline can only be manually triggered on the default branch, we needon: [..., pull_request]
to test our changes on a feature branch