dwyl/learn-aws-lambda

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

Open

#77 ouverte le 30 avr. 2016

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (206 forks)batch import
enhancementhelp wantedquestion

Métriques du dépôt

Stars
 (1 037 stars)
Métriques de merge PR
 (Merge moyen 16m) (1 PR mergée en 30 j)

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.

Guide contributeur