v12.0.0
12.0.0 (2021-04-21)
Features
- Add
GuApiLambda
pattern (718aaf3) - Simplify props for
GuLambdaFunction
(992f783) - Simplify props for
GuUserData
(9206cbd), closes #455 - Update
GuLambdaFunction
props to matchGuUserData
(323680b)
BREAKING CHANGES
- Define an API Gateway executed lambda with the explicit
GuLambdaFunction
pattern - The shape of the
GuScheduledLambda
pattern has changed. GuLambdaFunction
props have changed
The code
prop is replaced with the string prop of fileName
.
- Shape change to the props for
GuUserData
The bucket
field has been removed and we'll automatically use GuDistributionBucketParameter
.