1.5.0
fredericbarthelet
released this
17 Aug 08:25
·
322 commits
to master
since this release
Lift constructs are designed to be functional out of the box.
This is why some constructs automatically add permissions to the Lambda functions deployed in the same serverless.yml
file.
Lift now allows to disable automatic IAM permissions generated by constructs:
# serverless.yml
lift:
automaticPermissions: false