Skip to content

support API Gateway instead of CloudFront (simplified configuration) #66

@tmokmss

Description

@tmokmss

It is often reasonable to remove CloudFront and use API Gateway instead to simplify the infrastructure. Importantly, without CloudFront, we can remove the ugly workaround of circular dependencies when using cloudfront domain (see #47).

The drawbacks of using API Gateway are the following:

  1. response streaming is not usable at all
  2. 30 second timeout for response (default quota)
  3. No cache for static files

In the simple and small systems like prototypes, it often works well though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions