serverless-snippets
serverless-snippets copied to clipboard
Snippets of code used for Serverless Development. Code examples hosted on serverlessland.com/snippets
*Issue #, if available:* NA *Description of changes:* This is a serverlessland snippet that provides AWS CLI command to modify the content-handling property of REST API MOCK integration when binary...
*Issue #, if available:* NA *Description of changes:* This is a serverlessland snippet that provides a CloudWatch log insights query to list out the Lambda function invocations that resulted in...
Hi. lambda-function-connect-rds-iam seems to require an RDS Proxy. SDK v2 seems to have dropped support for non-proxy RDS. How does one use IAM authentication for RDS serverless without an RDS...
A complete AWS CDK infrastructure-as-code project in Python 3.12 that demonstrates a serverless architecture combining: - AppSync GraphQL API with API Key authentication for real-time data operations - DynamoDB as...
*Issue #, if available:* *Description of changes:* This PR adds examples of the using the Powertools Batch Processor Utility to process DynamoDB streams By submitting this pull request, I confirm...
The code snippet in `integration-docdb-to-lambda/example.ts` includes the following two types: ```typescript import { DocumentDBEventRecord, DocumentDBEventSubscriptionContext } from 'aws-lambda'; ``` However, it is unclear what the source of these types is....