Lamda deployment failed with S3 permissions

0

I am trying to deploy a new lamda function using sam deploy but i am getting an error "API: s3:PutPublicAccessBlock Access Denied" from stacks creation. My organization does not allow public s3 buckets. Is there a work around for this?

  • Hi, could you maybe share the code that you are trying to deploy?

Sanjay
asked a year ago217 views
1 Answer
0

Hi Ben, My template looks like this

AWSTemplateFormatVersion: "2010-09-09" Transform: AWS::Serverless-2016-10-31 Resources: IncreaseQuotaFunction: Type: 'AWS::Serverless::Function' Properties: CodeUri: increase_quota/ Handler: app.lambda_handler Runtime: python3.10

Sanjay
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions