-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
cloudformation package-deploycustomizationIssues related to CLI customizations (located in /awscli/customizations)Issues related to CLI customizations (located in /awscli/customizations)feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue
Description
I have a Golang lambda with the following template:
AWSTemplateFormatVersion : '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Billing Api Create Application
Resources:
BillingCreate:
Type: AWS::Serverless::Function
Properties:
FunctionName: billing-create
Handler: main
CodeUri: ./build
Runtime: go1.x
Policies: AWSLambdaDynamoDBExecutionRole
Even when the code didn't change (Go build generates the same compiled code), aws cloudformation package
command generates a new zip file.
idm-ryou, mruckli, Umkus, faisalhasnain, janpapenbrock and 9 more
Metadata
Metadata
Assignees
Labels
cloudformation package-deploycustomizationIssues related to CLI customizations (located in /awscli/customizations)Issues related to CLI customizations (located in /awscli/customizations)feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue