Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions resources/l.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,21 @@ export const resources: Resource[] = [
categories: ['Forum'],
url: 'https://lobste.rs/',
},
{
name: "LocalStack",
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!",
categories: ["Cloud Computing", "Open Source", "Serverless"],
url: 'https://www.localstack.cloud/',
keywords: [
"aws",
"localstack",
"cloud development",
"devops",
"local & open source",
"cloud emulator",
"serverless"
]
},
{
name: 'Logology',
description:
Expand Down