Skip to content

Commit a111f4e

Browse files
committed
add simple backstage yaml configuration for LocalStack
1 parent 0b547fb commit a111f4e

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

backstage/localstack.backstage.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Resource
3+
metadata:
4+
name: localstack
5+
title: LocalStack (AWS Local Cloud)
6+
description: >
7+
LocalStack provides an AWS cloud emulator running in a single container.
8+
Use this image for local development and integration tests.
9+
tags:
10+
- aws
11+
- localstack
12+
- docker
13+
- testing
14+
links:
15+
- url: https://hub.docker.com/r/localstack/localstack
16+
title: Docker Hub – localstack/localstack
17+
icon: docker
18+
- url: https://docs.localstack.cloud/getting-started/
19+
title: LocalStack Docs – Getting Started
20+
icon: docs
21+
- url: https://docs.localstack.cloud/user-guide/integrations/docker/
22+
title: LocalStack Docker usage
23+
icon: docs
24+
annotations:
25+
# custom annotations we can use across our org
26+
localstack.cloud/docker-image: localstack/localstack:latest
27+
localstack.cloud/docs-url: https://docs.localstack.cloud/
28+
spec:
29+
type: container
30+
lifecycle: production
31+
owner: platform-team
32+
system: developer-platform
33+
definition:
34+
image: localstack/localstack
35+
defaultTag: latest
36+
recommendedTags:
37+
- "4"
38+
- "4.10"
39+
- "latest"

0 commit comments

Comments
 (0)