lambda destination only works with async invoked lambda Example code of AWS elements (lambda, kinesis…etc) AWS JSON to YAML –
Category: AWS
AWS Cloudformation
Stack: A stack is a collection of AWS resources that you can manage as a single unit. In other words,
Elastic Search Notes
Opensearch quickstart AWS Javascript sdk for opensearch client (v2 and v3) Mini beginner’s course Mini beginner’s course table of content
DynamoDB Scan Count
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html If the size of the Scan result set is larger than 1 MB, ScannedCount and Count represent only a partial count of the total items.
AWS Firehose Role
Firehose assume role How to resolve KMS access problem in firehose: go to kms console, find the key add role
AWS Stream Batch Size and Batch Window
DynamicDB and Kinesis stream serverless settings Blog on parallel processing
Accessing AWS SQS
Both sls invoke and an http event are both synchronous calls so lambda invoked by a SQS event my be
AWS API
Calling a new API Gateway for lambda Create API key from console Require API key on a method Add Usage
AWS Lambda Functions
Documentation from serverless serverless pattern example code General Information By default, lambda execution time is up to 29 seconds invoked
Simple Async AWS Lambda Function Example
module.exports.handler = async event => { return event; } We want to ship this to an SQS queue onSuccess. give