spencer-carver / website

attempt at a serverless react website on AWS
MIT License
0 stars 0 forks source link

show puzzle answer if already solved #55

Closed spencer-carver closed 4 years ago

spencer-carver commented 4 years ago

Not shown here was several hours of digging around through CloudFront, API Gateway, and Lambda documentation to realize that the setting on CloudFront to pass cookies through to the origin server also applies to returning Set-Cookie headers from any service.

spencer-carver commented 4 years ago

Currently cookies are session cookies, though I considered extending them longer.