Skip to content

Commit

Permalink
fix(sam): AWS::Serverless::Function Properties Architectures property…
Browse files Browse the repository at this point in the history
… should have a primitive type specified (awslabs#420)

Co-authored-by: Otavio Macedo <otaviom@amazon.com>
  • Loading branch information
otaviomacedo and Otavio Macedo committed Jan 3, 2022
1 parent 6325fb0 commit 3aa91ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/sam-2016-10-31.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"Documentation": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html#sam-function-architectures",
"Required": false,
"Type": "List",
"ItemType": "String",
"PrimitiveItemType": "String",
"UpdateType": "Immutable"
}
}
Expand Down

0 comments on commit 3aa91ed

Please sign in to comment.