Add support for S3 events in a separate AWS account
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
When testing a lambda connecting to S3 bucket event, I got the following error:
chalice.deploy.deployer.ChaliceDeploymentError: ERROR - While deploying your chalice application, received the following error:
The bucket is created in a different AWS account. Is the cross account bucket supported?
Contributor guide
Research direction
Start by reproducing the reported ChaliceDeploymentError while configuring a Lambda for an S3 bucket event in another AWS account. Trace the deployment path that validates the bucket account and determine the AWS permissions and behavior required for cross-account support. Done means the configuration deploys successfully without this error, with coverage for the cross-account case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100