-
Hi all, I am fairly new to AWS and have run into a problem. I am trying to publish from Visual Studio a AWS Serverless Application. The reason for this is because we have a SCP policy that Denies S3:PutObject requests if they do not use encryption (s3:x-amz-server-side-encryption). I cannot find any information or assistance in specifying this in the publish settings, or in the Cloudformation serverless.template file. I saw another Q&A discussion which mentioned it uses the S3 Backup temporarily to upload the ZIP file for the CreateFunction bits on AWS. But it mentioned that it can use MemoryStream BLOB if not bucket is provided, but I also cannot find this. Please help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We have a related feature request for this on the CLI deployment tool (which the Visual Studio Toolkit uses under the hood): aws/aws-extensions-for-dotnet-cli#94 |
Beta Was this translation helpful? Give feedback.
We have a related feature request for this on the CLI deployment tool (which the Visual Studio Toolkit uses under the hood): aws/aws-extensions-for-dotnet-cli#94