mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Instead of specifying an IAM policy when creating the API Gateway method's integration, the individual lambda's access policy is updated. The reason for this is that the first method results in an extra ~500ms of latency. Now, JAWS REST APIs should be much faster. However, this might result in breaking changes (sorry).