Skip to content

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