serverless-snippets
serverless-snippets copied to clipboard
Snippets of code used for Serverless Development. Code examples hosted on serverlessland.com/snippets
*Issue #, if available:* Creating a simple PHP Lambda function example for the Lambda-DynamoDB integration. *Description of changes:* Tested using the sample event from: https://docs.aws.amazon.com/lambda/latest/dg/with-ddb-example.html#with-dbb-invoke-manually By submitting this pull request,...
*Description of changes:* - [UPDATE] Lambda-DynamoDB (TS) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Following the other PHP examples - using Bref's classes for type safety. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under...
Wrong response format: ```javascript return { statusCode: 200, body: JSON.stringify({ batchItemFailures }), }; ``` with proxy response format not working. It knowledge cost me a day. (( ```javascript return {...
Add Rust snippet to existing Lambda-DynamoDB integration support for batch failures
Missing runtime for snippet Amazon SQS trigger to invoke a Lambda function **(Python)**
*Description of changes:* Added snippet for a bash script which takes user inputs and deploys stack and stack instances. By submitting this pull request, I confirm that you can use,...
To submit a template to the Serverless Snippets Collection, submit an issue with the following information. **To learn more about submitting a pattern, read the [publishing guidelines page](https://github.com/aws-samples/serverless-snippets/blob/main/PUBLISHING.md). and [added...
To submit a template to the Serverless Snippets Collection, submit an issue with the following information. **To learn more about submitting a pattern, read the [publishing guidelines page](https://github.com/aws-samples/serverless-snippets/blob/main/PUBLISHING.md). and [added...
To submit a template to the Serverless Snippets Collection, submit an issue with the following information. **To learn more about submitting a pattern, read the [publishing guidelines page](https://github.com/aws-samples/serverless-snippets/blob/main/PUBLISHING.md). and [added...