From a5267667e02bc32a8b6088130820d487188a18ed Mon Sep 17 00:00:00 2001 From: Lincoln Thomas Date: Mon, 27 Apr 2020 14:43:16 -0700 Subject: [PATCH] fix: doc clarification --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96988bb..a26207e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Packages lambdas with intra-project dependencies using Webpack and a base layer Checksums are created for dependencies per lambda so that rebuild only happens when files are changed. -Packaged lambdas are published to S3 so they can be picked up from CloudFormation and shared also cached for other developers. +Packaged lambdas are published to S3 so they can be picked up and deployed by CloudFormation. +It's also a convenient cache for other developers. More background information on this project and usage instructions can be found in [this blog post](https://coderbyheart.com/how-i-package-typescript-lambdas-for-aws/).