Kinesis to Kinesis Overview code example Data filtering example Filtering kinesis json example Event Bridge Pipe sources Event Bridge Pipe
Category: AWS
AWS Credential in Nodejs File
Adding via Shared File Credential, specifying profile name: Shared File Credentials: [default] ; default profile aws_access_key_id = aws_secret_access_key = [personal-account]
Running DynamoDB Locally Offline
https://dynobase.dev/run-dynamodb-locally/
DynamoDB CLI
Export tab separated data aws dynamodb scan ` –table-name table_name ` –query “Items[*].[Id.S, Status.S]” ` –region us-wet-2 ` –output text
Step Function and lambda
Avoid reaching history quota Tutorial for creating lambda and step function that invokes it Invoke syntax, parameter and payload Supported
S3 Sending Notification to SQS
Example Link Add notification configuration to s3 bucket S3 must depend on notification destination queue policy Allow s3 on queue
DynamoDB Locking, Conditional Writes
Optimistic locking with version number may not be available for nodejs Atomic counters idempotence refers to the ability of a system
Lambda Time Out
lambda time out best practices If you make an API call using an AWS SDK and the call fails, the AWS
Research into s3 read object
AWS list object with pagination AWS CLI examples AWS selectObjectContent with nodejs GitHub example code for selectObjectContent read json with
AWS Kinesis Notes
Basic Examples Simple cloudformation example Don’t use EventSourceMapping. Just add event trigger with lambda function definition. Simple read Simple write