Skip to content

Commit fca00b8

Browse files
Add LocalStack (#953)
* Add LocalStack * update
1 parent 6ce93da commit fca00b8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

resources/l.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,21 @@ export const resources: Resource[] = [
371371
categories: ['Forum'],
372372
url: 'https://lobste.rs/',
373373
},
374+
{
375+
name: "LocalStack",
376+
description: "LocalStack is a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider!",
377+
categories: ["Cloud Computing", "Open Source", "Serverless"],
378+
url: 'https://www.localstack.cloud/',
379+
keywords: [
380+
"aws",
381+
"localstack",
382+
"cloud development",
383+
"devops",
384+
"local & open source",
385+
"cloud emulator",
386+
"serverless"
387+
]
388+
},
374389
{
375390
name: 'Logology',
376391
description:

0 commit comments

Comments
 (0)