Skip to content

New serverless pattern - apigw-python-cdk-lambda-snapstart#2957

Open
mate329 wants to merge 9 commits intoaws-samples:mainfrom
mate329:mate329-feature-apigw-python-cdk-lambda-snapstart
Open

New serverless pattern - apigw-python-cdk-lambda-snapstart#2957
mate329 wants to merge 9 commits intoaws-samples:mainfrom
mate329:mate329-feature-apigw-python-cdk-lambda-snapstart

Conversation

@mate329
Copy link
Copy Markdown

@mate329 mate329 commented Feb 16, 2026

Issue #, if available:

Description of changes:
This project is a serverless car store REST API built with AWS CDK (Python) that uses API Gateway, Lambda with SnapStart for improved cold start performance, and DynamoDB to provide CRUD operations on car records (make, model, year, color) through /cars endpoints, with the Lambda handler managing HTTP routing, JSON parsing, and DynamoDB operations for create, read, update, and delete functionality.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Copy Markdown
Contributor

@ellisms ellisms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @mate329 . Thank you for the submission. Requesting a few changes.

mate329 and others added 6 commits March 14, 2026 11:18
Co-authored-by: ellisms <114107920+ellisms@users.noreply.github.com>
Co-authored-by: ellisms <114107920+ellisms@users.noreply.github.com>
Co-authored-by: ellisms <114107920+ellisms@users.noreply.github.com>
Co-authored-by: ellisms <114107920+ellisms@users.noreply.github.com>
@mate329 mate329 requested a review from ellisms March 20, 2026 08:22
@ellisms
Copy link
Copy Markdown
Contributor

ellisms commented Mar 27, 2026

Thanks @mate329 . I will add this to the publishing queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants