From 042bb407f24acc4d7352a0beaa490e65afec8193 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Thu, 7 Jan 2021 00:49:37 +0000 Subject: [PATCH] Java versions for the-efs-lambda stack. Update TS and Python Stack to CDK 1.82.0 --- the-efs-lambda/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/the-efs-lambda/README.md b/the-efs-lambda/README.md index c4489e0f..eb74b423 100644 --- a/the-efs-lambda/README.md +++ b/the-efs-lambda/README.md @@ -21,6 +21,7 @@ Some Useful References: * [TypeScript](typescript) * [Python](python) * [CSharp](csharp) +* [java](java) ## What's Included In This Pattern? This pattern covers the first half of Danilo Poccia's awesome [blog post](https://aws.amazon.com/blogs/aws/new-a-shared-file-system-for-your-lambda-functions/). After deployment you will have an API Gateway HTTP API where any url you hit gets directed to a Lambda Function that is integrated with EFS.