Skip to content

Commit

Permalink
fix: generation of SAM
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Feb 1, 2023
1 parent b9fe825 commit 0959dfc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloudformation/global/api.go

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

2 changes: 1 addition & 1 deletion cloudformation/serverless/aws-serverless-api.go

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

2 changes: 1 addition & 1 deletion generate/sam-2016-10-31.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-models",
"Required": false,
"Type": "Map",
"PrimitiveItemType": "String",
"PrimitiveItemType": "Map",
"UpdateType": "Immutable"
},
"Tags": {
Expand Down
4 changes: 2 additions & 2 deletions schema/sam.go
Original file line number Diff line number Diff line change
Expand Up @@ -144572,7 +144572,7 @@ var SamSchema = `{
"additionalProperties": true,
"patternProperties": {
"^[a-zA-Z0-9]+$": {
"type": "string"
"type": "object"
}
},
"type": "object"
Expand Down Expand Up @@ -157367,7 +157367,7 @@ var SamSchema = `{
"additionalProperties": true,
"patternProperties": {
"^[a-zA-Z0-9]+$": {
"type": "string"
"type": "object"
}
},
"type": "object"
Expand Down

0 comments on commit 0959dfc

Please sign in to comment.