Skip to content

Commit

Permalink
feat(serverless): add AlwaysDeploy option (awslabs#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpizzinidev committed Aug 22, 2023
1 parent aac2222 commit e38c3b8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloudformation/global/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions cloudformation/serverless/aws-serverless-api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions generate/sam-2016-10-31.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,12 @@
"Required": false,
"PrimitiveType": "Boolean",
"UpdateType": "Immutable"
},
"AlwaysDeploy": {
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-alwaysdeploy",
"Required": false,
"PrimitiveType": "Boolean",
"UpdateType": "Immutable"
}
}
},
Expand Down
6 changes: 6 additions & 0 deletions schema/sam.go
Original file line number Diff line number Diff line change
Expand Up @@ -183277,6 +183277,9 @@ var SamSchema = `{
"AccessLogSetting": {
"$ref": "#/definitions/AWS::Serverless::Api.AccessLogSetting"
},
"AlwaysDeploy": {
"type": "boolean"
},
"Auth": {
"$ref": "#/definitions/AWS::Serverless::Api.Auth"
},
Expand Down Expand Up @@ -198901,6 +198904,9 @@ var SamSchema = `{
"AccessLogSetting": {
"$ref": "#/definitions/AWS::Serverless::Api.AccessLogSetting"
},
"AlwaysDeploy": {
"type": "boolean"
},
"Auth": {
"$ref": "#/definitions/AWS::Serverless::Api.Auth"
},
Expand Down
6 changes: 6 additions & 0 deletions schema/sam.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -183272,6 +183272,9 @@
"AccessLogSetting": {
"$ref": "#/definitions/AWS::Serverless::Api.AccessLogSetting"
},
"AlwaysDeploy": {
"type": "boolean"
},
"Auth": {
"$ref": "#/definitions/AWS::Serverless::Api.Auth"
},
Expand Down Expand Up @@ -198896,6 +198899,9 @@
"AccessLogSetting": {
"$ref": "#/definitions/AWS::Serverless::Api.AccessLogSetting"
},
"AlwaysDeploy": {
"type": "boolean"
},
"Auth": {
"$ref": "#/definitions/AWS::Serverless::Api.Auth"
},
Expand Down

0 comments on commit e38c3b8

Please sign in to comment.