Closed tejasavora closed 2 months ago
Hello @tejasavora
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 current focus on simple serverless patterns. It represents more a sample application that would normally be published at https://serverlessland.com/repos, however intake for those submissions is currently paused.
Thank you again for your contribution and for your understanding. We look forward to your future submissions!
Hi @bfreiberg
Thank you very much for looking into my submission and providing valuable feedback. As I understand, this PR aligns more with repos
, what changes can I make to this PR so that it could still be validated for patterns. In the future, when submission to repos open up, I can certainly submit bigger changes at that time.
Thank you once again!
Issue #, if available: N/A
Description of changes: This pull request implements a new serverless pattern demonstrating a GraphQL API with hot and cold data storage using AWS AppSync, Lambda, DynamoDB, S3, and Athena. The key changes include:
Created a new CDK stack (GraphqlHotColdStorageCdkStack) that sets up:
Implemented Lambda functions that serve as resolvers for the GraphQL API:
Set up a GraphQL schema that provides unified querying for both hot and cold data
Configured IAM permissions to allow secure interactions between services:
Created comprehensive test cases for both Lambda functions and the overall GraphQL API
Added detailed README.md with information about the pattern, its architecture, deployment instructions, and testing procedures
Included an example-pattern.json file describing the serverless pattern for the Serverless Land website
This pattern showcases an efficient approach to managing data with varying access patterns, demonstrating how to combine multiple AWS services to create a scalable and cost-effective serverless architecture.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.