serverless-snippets icon indicating copy to clipboard operation
serverless-snippets copied to clipboard

Snippets of code used for Serverless Development. Code examples hosted on serverlessland.com/snippets

Results 36 serverless-snippets issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* *Description of changes:* Rust Implementation for MSK to Lambda integration By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...

There are some code errors so here are some suggested fixes. * The example SQS Batch python code errors when running: ``` [ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'app': expected...

Description of changes: The Java example for SQS processing has just a comment for message processing. Suggested fix is adding a log line, similar to other examples which prints the...

*Description of changes:* The Golang example for SQS processing has a placeholder for message processing. Without manually amending the code, this causes the build process to fail as there's no...

*Issue #, if available:* *Description of changes:* This snippet provides a CloudWatch log insight query to find if the specific contact ID in Amazon Connect resulted in any error from...

*Issue #, if available:* *Description of changes:* This snippet provides the CloudWatch log insights query to fetch the requests of the API Gateway that were served from Cache. This makes...

*Issue #, if available:* *Description of changes:* This snippet provides a VTL mapping template for API Gateway integration with SQS to make send and receive API calls on the existing...

*Issue #, if available:* *Description of changes:* This snippet provides a VTL mapping template for API Gateway integration with SNS to make SNS Publish calls. By submitting this pull request,...

*Issue #, if available:* *Description of changes:* This snippets provides the VTL mapping template to fetch the Secret Value from Secrets Manager. By submitting this pull request, I confirm that...

## Description Improved the Kinesis Lambda integration example with: - Enhanced logging for individual records ## Testing - Tested locally with sample Kinesis events - Confirmed logging output format ##...