GithubHelp home page GithubHelp logo

Comments (2)

ottokruse avatar ottokruse commented on July 19, 2024

Interesting question ๐Ÿ‘

To route traffic to your developer laptop, you need to have it as your CloudFront origin, instead of the S3 bucket. The line of code you refer to just reads the host from the CloudFront event meta data, changing it there won't work (it's meant to be read not altered).

I think an approach that might work is (but is not trivial):

  • Setup a throw away EC2/LightSail/Cloud9 environment where you develop and run your web app in development/hot-reload mode
  • Make that environment publicly available so CloudFront can route to it (expose port 8080 to public internet. It will have some random URL that people would not guess hopefully - but if you really only want to allow traffic from CloudFront you're going to have to set a secret header in CloudFront, and check that in your dev server)
  • Use your EC2/LightSail/Cloud9 environment as origin to CloudFront, instead of the S3 bucket. (that would require you to change the auth-edge CloudFront distribution after deploying)

VS Code has great features for remote developing against e.g. an EC2: https://code.visualstudio.com/docs/remote/remote-overview

You could also use your dev laptop instead of EC2/LightSail/Cloud9 but that would be more scary to expose to public internet than a throw away dev environment.

from cloudfront-authorization-at-edge.

rpattcorner avatar rpattcorner commented on July 19, 2024

That sounds promising, thanks!

from cloudfront-authorization-at-edge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.