aws-samples

aws-samples

🏢 Organization

294 repositories on SrcLog

View on GitHub
294 Repos
67.3k Stars
25.9k Forks
67.3k Watchers

Repositories (294)

amazon-keyspaces-examples aws-samples/amazon-keyspaces-examples Java

Collection of sample code for Amazon Keyspaces (for Apache Cassandra)

18
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
voice-enabled-patient-diary aws-samples/voice-enabled-patient-diary Python

This repo contains a sample application to show how to build a voice interface for patient outcome reporting (PRO) by leveraging NLP capabilities provided by Amazon Lex and its integration with AWS's cloud contact center offering, Amazon Connect.

17
amazon-bedrock-slack-gateway aws-samples/amazon-bedrock-slack-gateway TypeScript
17
aws-cdk-openapi aws-samples/aws-cdk-openapi Java

The code is this repository accompanies the blog post "Deploy and manage OpenAPI (Swagger) RESTful APIs with the AWS Cloud Development Kit (AWS CDK)"

17
aws-elasticache-cluster-mode aws-samples/aws-elasticache-cluster-mode Ruby

Exercises AWS ElastiCache for Redis with Cluster Mode Enabled

17
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.

17
ecs-mesh-workshop aws-samples/ecs-mesh-workshop Shell

This handy workshop help the customers to quickly launch ECS with service mesh support on top of mixed type of instance in all commercial regions (include China), and also provides hands-on tutorials with best practices. It can be customized easily as per need.

17
rss-aggregator-using-cohere-embeddings-bedrock aws-samples/rss-aggregator-using-cohere-embeddings-bedrock TypeScript

A sample rss aggregator application demonstrating the use of Cohere Embeddings

16
amazon-ivs-auto-record-to-s3-web-demo aws-samples/amazon-ivs-auto-record-to-s3-web-demo JavaScript

This repository contains a basic livestream to video on-demand web application. The app is built on Amazon IVS and uses the Auto-record to S3 feature to automatically record streams. Recorded streams are played back using the Amazon IVS Player SDK.

16
aws-secrets-manager-hybrid-secret-replication-from-hashicorp-vault aws-samples/aws-secrets-manager-hybrid-secret-replication-from-hashicorp-vault TypeScript

Sample repository for secret replication from third-party secrets manager to AWS Secrets Manager

16
single-use-signed-url aws-samples/single-use-signed-url Java

AWS CDK to create a CloudFront distribution with a request Lambda to allow single use signed URL file downloads. Each file is tracked by an identifier which is stored in a DynamoDB database. Each request will check the identifier against values stored in the database. If the identifier is found the file process continues and the files is received, the id is then removed from the database. If the identifier is not found the system will perform a 302 redirect to a specified URL.

16
serverless-gif-generator aws-samples/serverless-gif-generator JavaScript

Serverless GIF generator. For more serverless learning resources, visit https://serverlessland.com/.

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

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

16
cloudwatch-synthetics-canary-terraform aws-samples/cloudwatch-synthetics-canary-terraform HCL

The objective of this code is to remove as many difficulties as possible when trying to deploy canaries with terraform.

15
serverless-websocket-chat aws-samples/serverless-websocket-chat Python

This is a fully-serverless real-time chat example using API Gateway, Lambda and DynamoDB. Messages from one client are broadcast to all other connected clients via WebSockets.

15
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.

15
amazon-ivs-multi-host-serverless-demo aws-samples/amazon-ivs-multi-host-serverless-demo TypeScript

A demo that shows how to implement a serverless nodejs application that supports a collaborative live streaming, or multi-host experience using Amazon IVS.

14
serverless-realtime-analytics aws-samples/serverless-realtime-analytics TypeScript

Demo application on how to create a serverless realtime analytics application using Kinesis Data Streams, Kinesis Firehose, DynamoDB and Lambda, using Cognito to secure the App.

14
jenkins-unity-build-on-aws aws-samples/jenkins-unity-build-on-aws TypeScript

Build Unity mobile apps on AWS

14
cdk-lambda-powertools-python-layer aws-samples/cdk-lambda-powertools-python-layer TypeScript

CDK Construct library to create Lambda layer with Powertools for Python library.

14
aws-iot-greengrass-v2-deploy-nvidia-deepstream aws-samples/aws-iot-greengrass-v2-deploy-nvidia-deepstream C

How to use AWS IoT Greengrass V2 for Image classification and Video Analytics Pipelines

14
severless-ticket-sentiment-analysis-and-automated-escalation aws-samples/severless-ticket-sentiment-analysis-and-automated-escalation JavaScript

This application "listens" for a ticket creation event from Zendesk, analyses the ticket for negative sentiment, tags the ticket accordingly and invokes an automated workflow (Step function) that escalates the ticket's priority according to your SLA wait times.

14
lambda-efs-deep-learning-inference aws-samples/lambda-efs-deep-learning-inference Jupyter Notebook

Deep Learning inference with AWS Lambda and Amazon EFS

14
amazon-sagemaker-visual-search aws-samples/amazon-sagemaker-visual-search Jupyter Notebook

This repository is part of a blog post that guides users through creating a visual search application using Amazon SageMaker and Amazon Elasticsearch service

14
aws-smart-ad-breaks aws-samples/aws-smart-ad-breaks Python
13
cloudfront-signed-cookie-example aws-samples/cloudfront-signed-cookie-example TypeScript

Example to protect caches on CloudFront using signed cookie

13
unified-log-aggregation-and-analytics aws-samples/unified-log-aggregation-and-analytics TypeScript

The proposed solution shows and approach to unify and centralize logs across different compute platforms like EC2, ECS, EKS and Lambda with Kinesis Data Firehose using log collection agents (EC2 Kinesis agent), log routers (Fluentbit and Firelens) and lambda extension. We can easily deploy the solution presented here on the customer site using the CDK scripts packaged part of this article. Amazon managed Elastic search with Kibana is used to visualize the logs collected across different applications running on different compute platforms.

13
aws-cloudfront-realtime-monitoring aws-samples/aws-cloudfront-realtime-monitoring Python

A sample solution for converting CloudFront Real-time log records into time-series metrics for monitoring.

13
backup-recovery-with-aws-backup aws-samples/backup-recovery-with-aws-backup Python

Implement backup and recovery with AWS Backup across your AWS Organizations using a CI/CD pipeline (AWS CodePipeline).

12