dwyl/learn-aws-lambda

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

开放

#77 创建于 2016年4月30日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (206 个派生)batch import
enhancementhelp wantedquestion

仓库指标

星标
 (1,037 个星标)
PR 合并指标
 (平均合并 16分钟) (30 天内合并 1 个 PR)

描述

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.

贡献者指南