Add possibility to defined deployment bucket access logs
This PR adds an additional optional configuration block to enable Serverless deployment bucket access logs. The configuration is defined as an object that contains two properties: bucket and prefix.
bucket: The name of the (already existing) logging bucket
This PR adds an additional optional configuration block to enable Serverless deployment bucket access logs. The configuration is defined as an object that contains two properties:
bucket
andprefix
.bucket: The name of the (already existing) logging bucket
prefix: Prefix to be used within the bucket.
Add missing mock to spec