There are no reviews yet. Be the first to send feedback to the community and the maintainers!
clean-serverless-code
Using hexagonal architectures in our Serverless solutions to ensure clean separation of code and infrastructure; with examples written in the AWS CDK and TypeScript.serverless-clean-code-experience
An opinionated example of a lightweight 'clean code' Lambda function architecture for a service in the experience layer of SAL Architecture, with code examples written in the AWS CDK and TypeScript.Serverless-AWS-CDK-Best-Practices-Patterns
An opinionated discussion around how to set up, structure, and deploy your AWS CDK Serverless apps using CDK Pipelines in line with AWS best practices. Code examples are written in TypeScript.Serverless-AWS-CDK-Best-Practices-Patterns-Part-4
An opinionated discussion around how to set up, structure, and deploy your AWS CDK Serverless apps using CDK Pipelines in line with AWS best practice - Part 4. Code examples are written in TypeScript.clean-serverless-code-part-2
Part 2 of using hexagonal architectures in our Serverless solutions to ensure clean separation of code and infrastructure; with examples written in the AWS CDK and TypeScript.serverless-dynamodb-integration-tests
Example Serverless DynamoDB integration tests using Jest, TypeScript and the AWS CDKserverless-caching
How to use serverless caching strategies within your solutions, with code examples and visuals, written in TypeScript and the CDK, and with associated code repository in GitHub.serverless-documentation
Examples of auto generating swagger, documentation and ADRs as part of your Serverless solutions!Serverless-AWS-CDK-Best-Practices-Patterns-Part2
An opinionated discussion around how to set up, structure, and deploy your AWS CDK Serverless apps using CDK Pipelines in line with AWS best practice - Part 2serverless-event-bridge-validation
Example of using Amazon EventBridge OpenAPI schemas with TypeScript and the AWS CDKserverless-lambda-layers
An example online screenshot application using AWS Lambda Layers on the Serverless Frameworkserverless-event-bridge
An example of using Amazon EventBridge to decouple your servicesserverless-plop-cli
This article covers using the Plop framework to create a CLI which can auto generate our scaffolded serverless code; with code examples written in TypeScript and the AWS CDK.Serverless-AWS-CDK-Best-Practices-Patterns-Part3
An opinionated discussion around how to set up, structure, and deploy your AWS CDK Serverless apps using CDK Pipelines in line with AWS best practice - Part 3. Code examples are written in TypeScript.bedrock-knowledge-bases
Using TypeScript and the AWS CDK, you can integrate Knowledge Bases into Amazon Bedrock to provide foundation models with contextual data from your private sourcesserverless-private-apis
How to have private platform serverless APIs communicating securely internally within your organisations without needing to traverse the public internetserverless-tactical-ddr
Serverless TACTICAL DD(R) as a tactical approach aims to ensure we ‘consider’ and ‘validate’ key areas which are typically forgotten about when teams are quickly trying to realise value with MVPs when building out their serverless solutions, and unfortunately are rarely back-ported, and typically forgotten about until issues arise.serverless-e2e-testing
Example repo showing e2e testing in serverless applications using the AWS CDK and TypeScriptserverless-authorisation
Example of resource based authorisation with API Gateway for three different use casesServerless-Event-Sourcing-CQRS
An example of event sourcing and CQRS in serverless, with code examples in TypeScript and the AWS CDK.serverless-event-driven-read-stores
Example of Serverless Event-driven Read Stores with Serverless Architecture Layersserverless-idempotency-with-aws-powertools
An example of using the Powertools for AWS Lambda to ensure our processes are idempotent, with an example written in TypeScript and the AWS CDK.serverless-plop-cli-and-AI
AI Clean Code Generation through a Plop CLI using TypeScript & Amazon Bedrockserverless-graphql-api-federation
An example of using AWS AppSync to federate multiple private Amazon API Gateways with direct integrationserverless-amazon-bedrock-agents
Increasing productivity through Amazon Bedrock Agent automation, with examples written in TypeScript and the AWS CDKserverless-container-clean-code
Example of using clean code and hexagonal architecture with both containers and functionsserverless-fitness-functions
We discuss the need for fitness functions in serverless cloud workloads and give examples of how we can automate this using the AWS CDK and TypeScriptserverless-s3-object-lambda
A practical example of using AWS S3 Object Lambda to watermark an image with meta data on the fly using Amazon Rekognition and AWS S3 Object Lambdacognito-internal-devx
How we can create an internal platform for managing external clients with M2M flows in Amazon Cognito, with full example written in TypeScript and the AWS CDK.serverless-openapi
An example of using the AWS CDK and TypeScript for managing OpenAPI definitionsserverless-b2b-authentication
An example of Serverless B2B authentication, written in TypeScript and the CDKserverless-docdb-caching
Example of a Fargate caching layer in front of DocumentDBserverless-cdk-sam
How to use AWS SAM and AWS CDK together in development to quickly push code changes to the cloud, and easily tail the live cloud logs as we testserverless-api-2-api
An example of using Cognito for an external API and IAM auth to call the internal APIserverless-detailed-alarms
An example of creating a CloudWatch Alarm based off detailed properties in CloudWatch logs using filtersserverless-api-to-api-auth
Example of serverless internal api to api authentication/authorisation using Cognito's client credentials grant flowserverless-private-apis-part-2
How to allow private serverless platform APIs to communicate securely internally within your organisations without needing to traverse the public internet. Including visuals and code repository written in TypeScript and the AWS CDK.serverless-storage-first
A real World example of using storage-first serverless solutions for increased resilience, with example code and repo using TypeScript and the AWS CDK.serverless-streamed-events
Serverless example of raising events through streamed database changes in DynamoDB and DocumentDB with EventBridgeserverless-domain-adapters
In this article, we cover serverless domain adapters for your central integration layer, with examples written in TypeScript and the AWS CDK.serverless-api-proxy
An example of a public serverless API Gateway API which proxies to internal private domain servicesembedded-aws-cloudwatch-dashboards
We discuss as a standard practice incorporating AWS CloudWatch dashboards into our custom L3 AWS CDK constructs to streamline team operations and alleviate cognitive load.serverless-comprehend
Examples of using AWS Comprehend for sentiment analysis and PII redaction for serverless applicationsserverless-lambda-storage
An example of various serverless lambda storage options with benchmarksserverless-pre-signed-urls
Example repo using pre-signed URLs on AWSserverless-event-gateway-pattern
Example of enabling legacy systems and 3rd parties to publish and consume events to/from your Amazon EventBridge central event bus; with supporting code repository written in TypeScript and the AWS CDK.serverless-lambda-destinations
An example repo for serverless lambda destinationsserverless-b2b-authentication-part-2
Example of productionising our solution from Part 1, which uses API Gateway, EventBridge API Destinations and Cognito to onboard and integrate with external customers, focusing on security, scalability and availability. Example written in the CDK and Typescript.cdk-stack-dependencies
In this article, we will cover the different methods for having ordered stack dependencies in your AWS CDK apps, with examples written in TypeScript.cdk-nested-stacks
We cover nested stacks in the AWS CDK and talk through a full example in TypeScriptdynamodb-import-from-s3
A quick example of how we can populate DynamoDB tables in non-prod automatically using TypeScript and the AWS CDK.aws-cdk-aspects
We cover the use cases of CDK Aspects and why they are so powerful, with examples written in TypeScriptserverless-load-testing-artillery
Example load testing serverless apps using Artillery.ioserverless-appsync-i18n
A basic example of AWS AppSync localisation based on localeserverless-internationalisation
Example of building our serverless solutions so they can be consumed in different locales, written in the AWS CDK and Typescript.serverless-custom-resources
How can we use Custom Resources on AWS to extend our deployment and resource options without any restrictions, including non-AWS services, all within the same IaC? This article includes visuals and code examples written in TypeScript, and both the Serverless Framework and AWS CDK.serverless-feature-flag
Basic feature flag example using aws app config and the serverless frameworkserverless-location-services
An example of using Amazon Location Services to supplement customer address data with geospatial information; with examples written in TypeScript and the AWS CDK.serverless-domain-adapters-part-2
In part 2 of this series, we continue to cover serverless domain adapters for your central integration layer, with examples written in TypeScript and the AWS CDK.Serverless-Event-Sourcing-CQRS-Part-2
An example of event sourcing and CQRS in serverless, with code examples in TypeScript and the AWS CDK.serverless-synthetics-canaries
Practical example of using CloudWatch Synthetics Canaries to monitor your serverless applications, with visuals and corresponding code repo written in TypeScript and the Serverless Framework.webhook
optimised-lambda-serverless
Example of an optimised lambda build in serverlessserverless-basic-salad-stack
Serverless basic SALAD stackserverless-pipes-python
An example of using EventBridge pipes with Pythonserverless-success-rate-alarms
We cover efficient cloud monitoring when creating CloudWatch alarms to ensure a minimum number of successful requests per minute, drawing inspiration from Netflix's robust video playback strategyLove Open Source and this site? Check out how you can help us