Tip for the #AWSCDK #TypeScript users: In order to ensure that the outputs of
your CloudFormation Stacks are typed properly, you can use this technique.
https://github.com/coderbyheart/typesafe-stack-outputs-cdk#readme
#AWSCDK
2 tweets
package-layered-lambdas, the utility I've developed to upload AWS lambdas when
deploying with #AWSCDK now has end-to-end tests which test that it successfully
packages a layer and a lambda.
Previously that was only tested indirectly in consumer projects.
https://github.com/bifravst/package-layered-lambdas/releases/tag/v3.9.0