Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless stop create s3 trigger on deploy #12480

Open
luis-guts opened this issue May 15, 2024 · 0 comments
Open

Serverless stop create s3 trigger on deploy #12480

luis-guts opened this issue May 15, 2024 · 0 comments

Comments

@luis-guts
Copy link

luis-guts commented May 15, 2024

Issue description

Using serverless v3
Since may 13 the serverless deploy is not creating the s3 trigger on on a existing bucket with no changes in the serverless.yaml.
This issue can be related to the serverless framework lambda custom-resources with node16 runtime hardcoded, wich will be deprecated soon, but I'm not sure.

Context

  processor:
    enabled: true
    handler: src/handlers/processor.handler
    events:
      - s3:
          bucket: ${self:provider.stage}-github-webhook-dispatcher-github-webhook-messages
          event: s3:ObjectCreated:*
          existing: true
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

No branches or pull requests

1 participant