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 a year ago
Relevant content
- asked 2 years ago
- Accepted Answerasked 9 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 6 months ago
Hi, could you maybe share the code that you are trying to deploy?