1.1.1 • Published 5 years ago

@argodigital/formula-sl-function-evented v1.1.1

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

formula-sl-function-evented

Serverless Component for creating EventSourceMapping between Event Source and function (Lambda).

Configure

myStreamToFunctionMap:
    component: "@argodigital/formula-sl-function-evented"
    inputs:
        EventSourceArn: ${users.StreamARN}
        FunctionName: ${usersCreate.name}
            ...

Note: at this point component does not support multiple streams attached to Lambda.