Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add AWS credentials to
sam package
step for issue #2
- Added `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables to the `sam package` step - Ensures credentials are available for uploading Lambda code to S3 - Progress toward resolving issue #2 by fixing missing credentials error
- Loading branch information