Ephemera

Thursday, Jan 21, 2021

Ephemera

Live site: ephemera.link | GitHub

Ephemera is a serverless web-application (AWS: Lambda + API Gateway + KMS + DynamoDB + S3 + Cloudfront) for sharing a secret. It accepts some input that a user wants to share, and generates a URL that can be used to retrieve the secret.

Links are only good once, and up to three layers of encryption can be used. Sure, it’s not an original idea, but almost all of the others are doing it wrong. See the “help” in the application, or visit GitHub for the implementation details.