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

Create an API construct #22

Closed
6 tasks
jayair opened this issue Jan 6, 2021 · 0 comments · Fixed by #49
Closed
6 tasks

Create an API construct #22

jayair opened this issue Jan 6, 2021 · 0 comments · Fixed by #49
Assignees
Labels
enhancement New feature or request

Comments

@jayair
Copy link
Contributor

jayair commented Jan 6, 2021

Make it easier to create APIs by creating a higher level construct. Need to automatically handle things like cold starts, etc.

TODO

  • easy way to enable CORS, if both cors and corsPreflight are defined, cors takes precedence
  • enable access log by default, allow customizing log format
  • enable xray by default for all lambdas
  • enable AWS_NODEJS_CONNECTION_REUSE_ENABLED by default for all lambdas
  • easy way to enable AWS_IAM authorization for all routes, allow override per route
  • easy way to define common Lambda props (environment, policy, srcPath, etc) for all aroutes, allow override per route
@jayair jayair added the enhancement New feature or request label Jan 6, 2021
@jayair jayair added this to the Beta release milestone Jan 6, 2021
@jayair jayair added this to Beta release in Roadmap Old Jan 6, 2021
@fwang fwang self-assigned this Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants