Skip to content

Commit

Permalink
fix: doc clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthomas committed Apr 27, 2020
1 parent ad5cdc9 commit a526766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit a526766

Please sign in to comment.