ruminize

Results 3 comments of ruminize

Just FYI for anyone getting here with sam cli -v 1.9 https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-httpapi-oauth2authorizer.html Properties issuer and audience are case insensitive and can be used either lowercase as in OpenAPI or uppercase...

> what a bizarre fix indeed but it sure did fix that.. it was driving me crazy. grateful for the share here! > > similar to that... any one noticed...

As of SAM CLI 1.9 I can confirm that LIST for CorsConfiguration is the way to go. My super secure CORS config. CorsConfiguration: MaxAge: 600 AllowMethods: - GET - POST...