Git hub example code Working with Timestamps Note for putItem, N is expecting a string so here’s an example: await
React App to AWS Amplify
AWS tutorial Github domain hosting create github repo clone github repo create react app npx create-react-app . 4. add all
Twilio Metrics
SLA Metrics
Twilio Github
CLI – https://github.com/twilio/twilio-cli/releases Twilio labs/plugin-flex – https://github.com/twilio-labs/plugin-flex
AWS Lambda Retry
Use AWS::Lambda::EventInvokeConfig to limit retries Example: Resources: function: Type: AWS::Lambda::Function Properties: Handler: index.handler Role: arn:aws:iam::123456789012:role/lambda-role Code: ZipFile: | exports.handler =
AWS Elastic Search ISM Policy
Tutorial: Prerequisites Your OpenSearch Service domain must be running Elasticsearch version 6.8 or later. Your domain must have UltraWarm and cold storage enabled. You
AWS Cloudwatch Alarm
For Lambda: MyNewAlarm: Type: AWS::CloudWatch::Alarm Properties: AlarmName: “AlarmNameGoesHere” AlarmDescription: “Alarm if lambda errors out too many times” Namespace: “AWS/Lambda” MetricName:
Reprocess AWS DB Stream
Note: DLQ for failed lambda invokation stores stream information, not the record itself Solution: You need to call get-shard-iterator, and then
AWS EventBridge Pipe to Cloudwatch to Firehose
Cloudwatch logs subscription consumer example code