@mapbox/cloudfriend
Advanced tools
Changelog
7.1.0
Fn::ForEach
. With Fn::ForEach
, you can replicate parts of your templates with minimal lines of code, as per the official AWS announcement and the documentation.Changelog
v7.0.1
hookshot.Passthrough
and hookshot.Github
shortcuts where inline code lambdas were using AWS SDK v2 while the lambda default runtime is nodejs18.x
, by switching to AWS SDK v3.hookshot.Passthrough
and hookshot.Github
shortcuts to only use nodejs versions 18 or higher for there inline code lambdas.