{"id":28339082,"url":"https://github.com/scalasm/my-aws-serverless-kata","last_synced_at":"2026-05-16T18:08:23.719Z","repository":{"id":260351251,"uuid":"680588563","full_name":"scalasm/my-aws-serverless-kata","owner":"scalasm","description":"My AWS Serverless sandbox for experimentation and fun","archived":false,"fork":false,"pushed_at":"2025-05-26T18:58:38.000Z","size":215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-11T19:08:23.749Z","etag":null,"topics":["aws","aws-lambda","serverless"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scalasm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-19T18:23:29.000Z","updated_at":"2025-05-26T18:58:38.000Z","dependencies_parsed_at":"2024-10-30T21:28:41.098Z","dependency_job_id":"a4f8048f-bb77-4a7e-ac0f-2753cba97749","html_url":"https://github.com/scalasm/my-aws-serverless-kata","commit_stats":null,"previous_names":["scalasm/my-aws-serverless-kata"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scalasm/my-aws-serverless-kata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalasm%2Fmy-aws-serverless-kata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalasm%2Fmy-aws-serverless-kata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalasm%2Fmy-aws-serverless-kata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalasm%2Fmy-aws-serverless-kata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scalasm","download_url":"https://codeload.github.com/scalasm/my-aws-serverless-kata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scalasm%2Fmy-aws-serverless-kata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33113509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-lambda","serverless"],"created_at":"2025-05-27T01:18:20.181Z","updated_at":"2026-05-16T18:08:23.707Z","avatar_url":"https://github.com/scalasm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to My AWS Serverless Kata project.\n\nThis is a project for learning and experimenting about serverless application patterns and best practices applied to the AWS serverless world.\n\nI use [AWS CDK](https://aws.amazon.com/cdk/) as my infrastructure as code tool as well as the main way for deploying application code.\n\nEverything, from the CDK App to Lambda functions, is done in Typescript for convenience - my focus is on architecture patterns with AWS, not really the language features. \n\n# Suggested toolbox\n\n- Use Visual Studio Code plus AWS and Typescript extensions.\n  - a DevContainer configuration is provided to automate this and provide you a ready-to-use environment\n\nIf you want to run the stack locally, then you will need:\n- NodeJS 20.x or newer\n- ESLint for Typescript installed\n- AWS CDK 2.1016.x or better.\n\n# Useful references\n\n- [AWS CDK Best Practices](https://docs.aws.amazon.com/cdk/v2/guide/best-practices.html)\n- [Foobar Serverless](https://www.youtube.com/@foobar_codes) has great getting started tutorials for AWS serverless architectures\n- [The Serverless Advocate](https://blog.serverlessadvocate.com/) is an awesome source for information and code with AWS Serverless architectures.\n  - [Serverless Lightweight Clean Code Approach](https://blog.serverlessadvocate.com/serverless-lightweight-clean-code-approach-84133c90eeeb)\n- REST API with AWS CDK by Coner Murphy\n  - [How to Build a REST API With the AWS CDK Using API Gateway, Lambda, and Dynamodb With API Key Authentication](https://conermurphy.com/blog/build-rest-api-aws-cdk-api-gateway-lambda-dynamodb-api-key-authentication)\n  - [Automatically Create an AWS API Gateway REST API and Related TypeScript Types via an OpenAPI Specification and AWS CDK](https://conermurphy.com/blog/create-aws-api-gateway-rest-api-typescript-types-via-openapi-aws-cdk)\n- [CDK Patterns](https://cdkpatterns.com/) is a great public catalog of reusable CDK patterns for your designing your applications.\n- [The CDK Book](https://www.thecdkbook.com/) is a mine of information.\n- [Powertools for AWS Lambda](https://docs.powertools.aws.dev/)\n\n## How to run\n\nWe assume that there are 3 stages:\n- `develop` - development environment\n- `staging` - integration/QA environment\n- `prod` - Production environment\n\nIdeally, those would be separate AWS accounts but this is not a requirement. See the [stack configuration docs](./docs/app-stack-config.md).\n\nEnsure that you are correctly logged in (e.g., you assumed the correct roles) for operating on your target environment. Then you can run something like:\n\n```bash\n# Set you AWS_PROFILE, if needed\nexport AWS_PROFILE=\"your AWS profile\"\n# Set your target environment\nexport STAGE=\"develop\"\n# show generated Cloudformation\nnpm run cdk:synth\n\n# Deploy to the current AWS account you are logged in\n# This may take a few minutes\nnpm run cdk:deploy\n```\n\n# Manual testing \nOnce deployed, you can play with the API endpoints.\n- [Hello World](./docs/helloworld/hello-world.md)\n- [Orders](./docs/orders/orders.md)\n\n# TODO \n- Implement automated testing with Jest\n- Add a saga orchestration\n- Implement CI/CD with GitHub actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalasm%2Fmy-aws-serverless-kata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscalasm%2Fmy-aws-serverless-kata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscalasm%2Fmy-aws-serverless-kata/lists"}