Closed jneves closed 6 months ago
zappa stores it's source code in the defined bucket. Currently zappa will not deploy without an s3 bucket.
Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.
Hi there! Unfortunately, this Issue was automatically closed as it had not seen any activity in at least 100 days. If the Issue is still relevant to the latest version of Zappa, please open a new Issue.
Originally from: https://github.com/Miserlou/Zappa/issues/2063 by elcolie
Context
I am working with plain
Cognito
triggersLambda
to add record toDynamoDB
. By this use case I don't needS3
permission. So my credential is restricted by defaultPython3.8
Expected Behavior
Expect option to not create
S3
bucket or even touch itActual Behavior
It always demand
S3
bucketPossible Fix
Steps to Reproduce
Your Environment
Zappa version used: 0.51.0
Operating System and Python version: OSX 10.15.3, Python3.8.1
The output of
pip freeze
:Your
zappa_settings.json
: