aws-samples

aws-samples

🏢 Organization

318 repositories on SrcLog

View on GitHub
318 Repos
74.7k Stars
31.5k Forks
74.7k Watchers

Repositories (318)

decoupling-with-amazon-eventbridge aws-samples/decoupling-with-amazon-eventbridge JavaScript

SVS402 - Examples from re:Invent 2020 presentation by James Beswick (@jbesw).

25
aws-serverless-lambda-layers aws-samples/aws-serverless-lambda-layers JavaScript

Sample serverless architecture showing an AWS Lambda function based on AWS Lambda Layers using the Serverless Framework (https://www.serverless.com) on AWS.

25
biotech-blueprint-multi-account aws-samples/biotech-blueprint-multi-account TypeScript

The AWS Biotech Blueprint Multi Account is a landing zone for life sciences startups looking to build well architected research environments in the cloud. This CDK based solution creates the infrastructure as code to manage security, identity, and networking across 10s or 100s of accounts.

25
amazon-ivs-chime-messaging-ugc-demo aws-samples/amazon-ivs-chime-messaging-ugc-demo JavaScript

This demo is designed to educate people who want to build live streaming platform with chatting feature. This demo is implemented using Amplify with Amazon IVS, ChimeSDK Messaging.

25
aws-waf-ipset-auto-update-aws-ip-ranges aws-samples/aws-waf-ipset-auto-update-aws-ip-ranges Python

This project creates two regional WAF IP sets and automatically updates them with AWS service's IP ranges from the ip-ranges.json file. The ranges are configurable as well as the regions for EC2 ranges. Use cases include allowing CloudFront requests, Route53 health checker and EC2 IP range (which includes AWS Lambda and CloudWatch Synthetics).

25
cloudfront-secure-media aws-samples/cloudfront-secure-media JavaScript

Referece code for protecting your Amazon CloudFront media distributions with AWS Cognito JWT Token, Lambda@Edge and Video.js

24
amazonmq-invoke-aws-lambda aws-samples/amazonmq-invoke-aws-lambda JavaScript

Demonstrates an approach to invoking AWS Lambda from messages in an Amazon MQ queue.

24
amazon-ivs-feed-web-demo aws-samples/amazon-ivs-feed-web-demo JavaScript

This repository shows how you can build a compelling social feed experience of auto-player live streams with Amazon IVS.

24
improve-employee-productivity-using-genai aws-samples/improve-employee-productivity-using-genai JavaScript

Employee Productivity GenAI Assistant Example is an innovative code sample and architecture pattern designed to enhance writing tasks efficiency using AWS serverless technologies and Amazon Bedrock's generative AI models.

24
aws-stepfunctions-byoc-mlops-using-data-science-sdk aws-samples/aws-stepfunctions-byoc-mlops-using-data-science-sdk Jupyter Notebook

Build Train and Deploy your own custom container using AWS StepFunctions Data Science SDK

23
amazon-ivs-ecommerce-web-demo aws-samples/amazon-ivs-ecommerce-web-demo JavaScript

This repository shows how you can build a compelling eCommerce experience with Amazon IVS.

23
amplify-angular-template aws-samples/amplify-angular-template TypeScript

This is a Angular starter for building a fullstack app with AWS Amplify.

23
aws-safe-lambda-deployments aws-samples/aws-safe-lambda-deployments JavaScript

Safe Deployments with AWS Lambda

22
amazon-rekognition-custom-labels-batch-processing aws-samples/amazon-rekognition-custom-labels-batch-processing Python

This project contains source code and supporting files for a serverless application which can be used for Computer Vision inferencing using Amazon Rekognition.

22
simple-game-studio-on-aws aws-samples/simple-game-studio-on-aws TypeScript

With this CDK application, you can easily build a simple and customizable game studio on AWS. The default setting covers a build farm, a source code repository, CI tool, workstation, and backups. If long build time, build farm management, and slow response from CI tool suffers you, this project could help to save your time.

22
aws-reinforce2019-ppe-detection-demo aws-samples/aws-reinforce2019-ppe-detection-demo Python

Personal Protective Equipment detection demo showed at AWS re:Inforce 2019: source code and materials.

22
ephemeral-preview-containers-furl aws-samples/ephemeral-preview-containers-furl HTML

Previewing environments using containerized AWS Lambda functions

22
amazon-connect-rules-engine aws-samples/amazon-connect-rules-engine JavaScript

Rules Engine for Amazon Connect aims to deliver an engine sitting on top of Amazon Connect which has the capability to build a hyper-personalised IVR experience for customers.

21
aws-lambda-java-tiered-compilation-example aws-samples/aws-lambda-java-tiered-compilation-example Java

An example project showing how to enable tiered compilation on a Java AWS Lambda function.

21
text-embeddings-pipeline-for-rag aws-samples/text-embeddings-pipeline-for-rag TypeScript

A pipeline to convert contextual knowledge stored in documents and databases into text embeddings, and store them in a vector store

21
aws-lambda-serverless-inference aws-samples/aws-lambda-serverless-inference Python

AWS CloudFormation and SAM templates for machine learning inference with AWS Lambda.

20
aws-unit-testing aws-samples/aws-unit-testing Python

Unit testing AWS interactions with pytest and moto. The examples demonstrate how to structure, setup, teardown, mock, and conduct unit testing. These concepts can be applied to general code and are not restricted to AWS interactions. The source code is only intended to demonstrate unit testing.

20
amazon-bedrock-slack-gateway aws-samples/amazon-bedrock-slack-gateway TypeScript
20
serverless-second-screen-sign-in aws-samples/serverless-second-screen-sign-in TypeScript
20
amazon-rds-export-to-s3-automation aws-samples/amazon-rds-export-to-s3-automation

This repository contains source code for the AWS Database Blog Post Reduce data archiving costs for compliance by automating RDS snapshot exports to Amazon S3

20
amazon-connect-gitlab-cicd-terraform aws-samples/amazon-connect-gitlab-cicd-terraform TypeScript

Infrastructure as Code framework for automating Amazon Connect deployments using GitLab CI/CD and Terraform

20
amazon-ivs-ecommerce-ios-demo aws-samples/amazon-ivs-ecommerce-ios-demo Swift

A demo iPhone application intended as an educational tool for demonstrating how Amazon IVS can be used to build a compelling customer experience for eCommerce use-cases.

19
amazon-ivs-legacy-ugc-web-demo aws-samples/amazon-ivs-legacy-ugc-web-demo JavaScript

This repository shows how you can build a compelling user-generated content (UGC) live streaming webapp with Amazon IVS.

19
amazon-omics-webapp-integrations aws-samples/amazon-omics-webapp-integrations Vue

This project contains the webapp sample integrated with AWS HealthOmics, which allows users such as admin and bioinformaticians to operate Amazon Omics workflow easily and check the run command status with charts and tables.

19
amazon-rekognition-custom-labels-a2i-automated-continuous-model-improvement aws-samples/amazon-rekognition-custom-labels-a2i-automated-continuous-model-improvement Python

With Amazon Rekognition Custom Labels, you can easily build and deploy Machine Learning (ML) models to identify custom objects which are specific to your business domain in images without requiring advanced ML knowledge. When combined with Amazon Augmented AI (A2I), you can quickly integrate a ML workflow to capture and label images with a human workforce for model training. As ML lifecycle is an iterative and repetitive process, you need to implement an effective workflow that can provide for continuous model training with new data and automated deployment. Your workflow also needs to be flexible enough to allow for changes without requiring development rework as your business objectives change. Operationalizing an effective and flexible workflow can be resource intensive, especially for customers who have limited machine learning capabilities. In this post, we will use AWS Step Functions, AWS Lambda, and AWS System Manager Parameter Store to automate a configurable ML workflow for Rekognition Custom Labels and A2I. We will provide an overview of the solution and instructions to deploy it with AWS CloudFormation.

18