Giter VIP home page Giter VIP logo

Comments (5)

sanathkr avatar sanathkr commented on May 13, 2024

This template does in fact create the trigger properly. It does so in a way that the breaks the UI. This is a UI bug we are working to get sorted. But your Lambda function should get triggered when you upload an object to S3.

from serverless-application-model.

smugcloud avatar smugcloud commented on May 13, 2024

Hi @sanathkr I wondered if it was just a UI bug but upon inspecting the Lambda event sources, there is no value returned. You are correct that it is invoked if an object is uploaded to that bucket though. Are these triggers captured somewhere outside of the event source mapping API calls?

image

$ aws lambda list-event-source-mappings --function-name sam-test-ProcessorFunction-FVIXJ27UQ4VI
{
    "EventSourceMappings": []
}

from serverless-application-model.

sanathkr avatar sanathkr commented on May 13, 2024

The event source mapping is applicable for Kinesis & DynamoDB streams. It isn't applicable for S3 - http://docs.aws.amazon.com/cli/latest/reference/lambda/create-event-source-mapping.html. Event source mappings define the triggers that Lambda polls for. S3 -> Lambda, on the other hand, is a trigged pushed by S3 to Lambda. SAM kind of abstracts these differences for you

However if you look at the bucket's Notification Configuration, you will find the trigger there.

from serverless-application-model.

smugcloud avatar smugcloud commented on May 13, 2024

Got it, thanks @sanathkr !

from serverless-application-model.

kpanchangam1 avatar kpanchangam1 commented on May 13, 2024

Hi,

I need to disable a triggered function. I'm trying to list the event source mapping to get the UUID, so that i can disable respective trigger.

aws lambda list-event-source-mappings --function-name

How ever i'm getting below prompt:

{
"EventSourceMappings": []
}

How do i get the UUID??
Please help me.

from serverless-application-model.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.