We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1d813 commit 60089c2Copy full SHA for 60089c2
src/integrationTest/schema/schema.test.ts
@@ -56,4 +56,8 @@ describe('Sam Schema Regression', function () {
56
assertDefinition(samSchema, 'AWS::Serverless::Function.RequestModel')
57
assertDefinition(samSchema, 'AWS::Serverless::Function.RequestParameter')
58
})
59
+
60
+ it('has Property AddDefaultAuthorizerToCorsPreflight in AWS::Serverless::Api.Auth', function () {
61
+ assertDefinitionProperty(samSchema, 'AWS::Serverless::Api.Auth', 'AddDefaultAuthorizerToCorsPreflight')
62
+ })
63
0 commit comments