zappa / Zappa

Serverless Python
https://zappa.ws/zappa
MIT License
3.31k stars 363 forks source link

[Migrated] Request feature: S3 disable #824

Closed jneves closed 6 months ago

jneves commented 3 years ago

Originally from: https://github.com/Miserlou/Zappa/issues/2063 by elcolie

Context

I am working with plain Cognito triggers Lambda to add record to DynamoDB. By this use case I don't need S3 permission. So my credential is restricted by default

Python3.8

Expected Behavior

Expect option to not create S3 bucket or even touch it

Actual Behavior

It always demand S3 bucket

Possible Fix

Steps to Reproduce

  1. Start project with plain Python in the AWS Lambda
  2. zappa deploy dev

Your Environment

monkut commented 2 years ago

zappa stores it's source code in the defined bucket. Currently zappa will not deploy without an s3 bucket.

github-actions[bot] commented 7 months ago

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.

github-actions[bot] commented 6 months ago

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.