dwyl/learn-aws-lambda

How to *programatically* enable CORS for your API Gateway API?

Open

#77 aberto em 30 de abr. de 2016

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (206 forks)batch import
enhancementhelp wantedquestion

Métricas do repositório

Stars
 (1.037 stars)
Métricas de merge de PR
 (Mesclagem média 16m) (1 fundiu PR em 30d)

Description

Enabling CORS via the Web UI is easy: http://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-cors.html what we need is a way to do it using the aws-sdk so that we can deploy our API with a single command.

Guia do colaborador