bcgov / parks-reso-api

BC Parks Reservation System API
Apache License 2.0
13 stars 13 forks source link

[L] DUP -> Use Lambda@Edge for API vanity url #345

Open danieltruong opened 7 months ago

danieltruong commented 7 months ago

At the moment, we are using a Cloudfront origin to redirect traffic going /api/ to our API Gateway. We want to use Lambda@Edge for this functionality.

Acceptance criteria:

Note:

danieltruong commented 7 months ago

@Dianadec

Dianadec commented 6 months ago

Cam: Will we also point front-ends to the vanity urls? Mark: - yes Mark: For DR, we want them to hit the API directly But for DUP, for public, we're going ot want to tie users to sessions we create in our backend so people can't just hammer our API directly and skip the line etc.

cc @cameronpettit @marklise - added notes from refinement - feel free to add any/adjust, thanks!