Skip to content

Commit f8e6bc5

Browse files
committed
Amend patterns
1 parent fbdbc91 commit f8e6bc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apigw-rest-api-dynamodb-lambda-cdk/example-pattern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Amazon API Gateway to Amazon DynamoDB which streams event to AWS Lambda",
3-
"description": "Create a REST API Gateway which performs PutRecords API to save to DynamoDB and the stream is consumed by a Lambda function",
3+
"description": "API Gateway to DynamoDB to Lambda function using streams.",
44
"language": "Python",
55
"level": "300",
66
"framework": "CDK",

lambda-elastic-ip-no-nat-gateway-cdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS Lambda Elastic IP without NAT Gateway
22

3-
This project contains a sample AWS Cloud Development Kit (AWS CDK) template for deploying a Lambda function with a public elastic IP that has internet access without the need to provision a NAT gateway.
3+
This sample project a sample AWS Cloud Development Kit (AWS CDK) template for deploying an AWS Lambda function with a public Elastic IP without provisioning a NAT Gateway. This approach saves costs in a non-production environment.
44

55
## Architecture
66
![Architecture](assets/Lambda-elastic-ip-no-nat-gateway.svg)

0 commit comments

Comments
 (0)