Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverles api template: Fix spelling #4736

Merged
merged 2 commits into from
Mar 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ useDotenv: true
provider:
name: aws
runtime: nodejs14.x
region: us-east-1 # AWS region where the service will be deployed, defaults to N. Virgina
region: us-east-1 # AWS region where the service will be deployed, defaults to N. Virginia
httpApi: # HTTP API is used by default. To learn about the available options in API Gateway, see https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html
cors:
allowedOrigins:
- '*' # This is the default value. You can remove this line if you want to restrict the CORS to a specific origin.
# allowCredentials: true # allowCrednetials should only be used when allowedOrigins doesn't include '*'
# allowCredentials: true # allowCredentials should only be used when allowedOrigins doesn't include '*'
allowedHeaders:
- authorization
- auth-provider
Expand Down