Skip to content

1.5.0

Compare
Choose a tag to compare
@fredericbarthelet fredericbarthelet released this 17 Aug 08:25
· 322 commits to master since this release
06f63c1

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