Closed sobrab closed 3 days ago
Hello @sobrab,
Thank you so much for your contribution!
After carefully reviewing your submission, we've decided not to merge it at this time. Let me explain why:
Our serverless patterns are designed to be primarily Infrastructure as Code (IaC) implementations that showcase 2-4 AWS services working together, with minimal custom code. The goal is to demonstrate commonly used combinations that help developers quickly get started with serverless architectures.
While your contribution is valuable, it doesn't quite align with our focus on patterns. The code you've provided is more of a complete application. That said, we encourage you to consider adapting your work to extract more pattern-like elements.
Thank you again for your contribution and for your understanding. We look forward to your future submissions!
Issue #, if available:
Description of changes: This project creates and deploys a serverless full-stack application to AWS. The frontend of the application is deployed as a static website to an AWS S3 bucket and delivered to end users through a CloudFront distribution. The backed of the application is deployed as an AWS Lambda function. The frontend is accessing the backed through a lambda function URL. The database of the application is a AWS RDS PostgreSQL instance. The infrastructure is created through a CDK application which also builds and deploys everything to AWS. The application will allow end users to take flashcard tests with questions from different categories available in the RDS database created.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.