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

Updates to SAM templates and minor updates to Chroma Key function #118

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pbraz-aws
Copy link

@pbraz-aws pbraz-aws commented Dec 27, 2024

Issue #, if available:

Description of changes:

SAM Templates:

Chroma key Lambda Function:

  • Removed print statements to standardize on the logging module to use logging module and f-strings.
  • Removed redundant s3_client local reference
  • Improved error messaging
  • Code formatting & type annotations

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- Moved architecture, runtime, handler, and env variable specification to globals section. This will make specifically updating the runtime easier in the future.
- Modified the UpdateRides policies to use the SAM managed policy template SNSPublishMessagePolicy.
- Updated DDBtable to be a SimpleTable to simplify IAC definition.
- Changed DDBtable to be OnDemand billing mode.
- Removed explicit memory specification since default memory is 128MB.
- Standardized logging to use logging module and f-strings.
- Removed reduntant s3_client local reference
- Improved error messaging
- Code formatting
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.

1 participant