Skip to content

Commit ae8ff68

Browse files
committed
update README
1 parent da121b9 commit ae8ff68

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# LocalStack Pro Samples
22

3+
[![Run tests for all samples](https://github.com/localstack-samples/localstack-pro-samples/actions/workflows/test.yml/badge.svg)](https://github.com/localstack-samples/localstack-pro-samples/actions/workflows/test.yml)
4+
35
This repository contains sample projects that can be deployed on your local machine using [LocalStack](https://localstack.cloud/).
46

57
Each example in the repository is prefixed with the name of the AWS service being used. For example, the `elb-load-balancing` directory contains examples that demonstrate how to use the Elastic Load Balancing service with LocalStack. Please refer to the sub directories for more details and instructions on how to start the samples.
@@ -40,7 +42,6 @@ You can find your Auth Token on the [LocalStack Web Application](https://app.loc
4042
| [Glacier & S3 select queries](glacier-s3-select) | Using Glacier API and running S3 Select queries locally |
4143
| [Cloudwatch Metrics alarm](cloudwatch-metrics-aws) | Triggering a Cloudwatch metrics alarm based on a failing Lambda |
4244
| [EC2 with Docker backend](ec2-docker-instances) | Running EC2 instances with Docker backend |
43-
| [QLDB ledger queries](qldb-ledger-queries) | Running queries locally against a QLDB ledger |
4445
| [Cognito with JWT](cognito-jwt) | Running Cognito authentication and user pools locally |
4546
| [Transfer API with S3](transfer-ftp-s3) | Using the Transfer API to upload files to S3 |
4647
| [Codecommit with Git repository](codecommit-git-repo) | Using the Codecommit API to create and push to a Git repository |
@@ -55,10 +56,9 @@ You can find your Auth Token on the [LocalStack Web Application](https://app.loc
5556
| [ECS ECR Container application](ecs-ecr-container-app) | Pushing Docker images to ECR and running them locally on ECS |
5657
| [Athena queries over S3](athena-s3-queries) | Running Athena queries over S3 files locally |
5758
| [Terraform resources](terraform-resources) | Deploying various AWS resources via Terraform |
58-
| [CDK for Terraform resources](cdk-for-terraform) | Deploying AWS resources via CDK for Terraform |
5959
| [Lambda Function URLs (JavaScript)](lambda-function-urls-javascript) | Invoking Lambda functions via HTTP(S) URLs using JavaScript |
6060
| [Lambda Function URLs (Python)](lambda-function-urls-python) | Invoking Lambda functions via HTTP(S) URLs using Python |
61-
| [Sagemaker inference](sagemaker-inference) | Creating & invoking a Sagemaker endpoint locally with MNIST dataset |
61+
| [Sagemaker inference](sagemaker-inference) | Creating & invoking a Sagemaker endpoint locally with MNIST dataset |
6262
| [MSK with Glue Schema Registry](glue-msk-schema-registry) | Use of MSK, Glue Schema Registry, Glue ETL, and RDS |
6363
| [AppSync GraphQL](appsync-graphql-api) | Deploying a GraphQL API using AppSync |
6464
| [Lambda XRay tracing](lambda-xray) | Using Lambda XRay tracing locally |

sample-archive/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ Samples in this repository are NOT functional!
44
# Archived Samples
55
Samples in this repository used to work but do not anymore against localstack version 1.0.0. In most cases, this is due to the sample being heavily outdated, and it needs a complete overhaul. Nevertheless, it might give insights on the general approach necessary for certain tasks. Use at your own risk.
66

7+
## Samples moved during CI maintenance
8+
9+
The following samples were moved here while restoring the main sample CI pipeline:
10+
11+
| Sample | Reason |
12+
| ------ | ------ |
13+
| [CDK for Terraform resources](cdk-for-terraform) | CDK for Terraform is no longer maintained for this repository. |
14+
| [QLDB ledger queries](qldb-ledger-queries) | QLDB support is no longer covered by the active sample test matrix. |
15+

0 commit comments

Comments
 (0)