serverless icon indicating copy to clipboard operation
serverless copied to clipboard

This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported Clo...

Results 128 serverless issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Looking to add a simple pattern demonstrating how to place an API Gateway and Lambda functions inside a VPC. This pattern was requested in slack. ![private-api-gateway](https://user-images.githubusercontent.com/9061301/110130308-c65b5800-7dc0-11eb-9de8-1651a382c009.png)

Hello, Thanks for creating this amazing stacks . Running the the-rds-proxy-stack typescript version is giving me this error. `DB Subnet Group doesn't meet availability zone coverage requirement. Please add subnets...

Running a Fargate service behind an API Gateway. You get all the advantages of API Gateway (e.g. Throttling) and it might be cheaper as an ALB (up until ~16 million...

As a developer, I want to see the SageMaker patterns on @cdk-patterns, so that I can leverage serverless machine learning using AWS CDK. For inspiration, check out @Andrew9255 APIGateway-SageMaker-Lambda-EMR-S3 pattern...

Good evening. In this PR I created the TS, Python, C# and Java versions for this new stack.

Good evening. In this PR I created the C# and Java versions. 1 - Some considerations in specific files. 2 - Fixed some comments. Just to keep the things organized....

Good evening. In this PR I created the C # and Java versions. 1 - Some considerations in specific files. 2 - In the TS version, the "asset" function to...

an api gateway, lambda, and dynamoDB example. My example also shows how to use 3rd party libraries in the lambda function which I couldnt really find good examples of anywhere...