1 Answer
- Newest
- Most votes
- Most comments
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
answered 2 years ago
Relevant content
- asked a year ago

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