AWS Notes

lambda destination only works with async invoked lambda

Example code of AWS elements (lambda, kinesis…etc)

AWS JSON to YAML – go to cloudformaton->designer->template.  Paste in JSON in editor.  Click on YAML button on the right.

https://medium.com/serverlessguru/how-to-convert-cloudformation-json-to-yaml-1c011331fae2

List of AWS Service Principals

Set up external account access principle

Access AWS using nodejs SDK in a local program

DynamoDB basic commands using SDK

Load AWS credentials with different profiles

To resolve AWS serverless custom-resource-existing-s3 nodejs 12 error, use serverless 2.72.4 which will move runtime to nodejs 16

https://github.com/serverless/serverless/releases

https://github.com/serverless/serverless/pull/12055

AWS Solutions Library

SQS to API Gateway