Tutorial for creating lambda and step function that invokes it Invoke syntax, parameter and payload Supported parameters: ClientContext FunctionName InvocationType
Tag: AWS lambda
Lambda Time Out
lambda time out best practices If you make an API call using an AWS SDK and the call fails, the AWS
AWS Lambda Functions
Documentation from serverless General Information By default, lambda execution time is up to 29 seconds invoked . In function settings,
Simple Async AWS Lambda Function Example
module.exports.handler = async event => { return event; } We want to ship this to an SQS queue onSuccess. give
DynamoDB Data Stream
Basic Functionality Deal with Failure dynamoDB->lambda->cloudwatch aws-dynamodb-stream-lambda github sample code new item->dynamoDB->dynamoDB stream->lambda->sns New items dynamoDB stream to lambda tutorial