Deploy a public API with AWS CDK that processes HTML form POSTs and forwards data to Pushover notifications.
This project is a tutorial and example implementation for deploying a functional public API on AWS using the Cloud Development Kit (CDK). It demonstrates how to set up an API Gateway endpoint with a custom domain via ACM, which receives HTML form POST requests (e.g., a contact form) and relays the data to the Pushover notification service via a Lambda function.
The project emphasizes practical, real-world migration from Terraform to AWS CDK, showcasing how to automate cloud infrastructure with a focus on simplicity and integration with third-party services.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.