chore: initial import from sless/shared-sqs (v0.1.14)

- Standalone SQS-service repository
- Multi-tenant message queue service, AWS SQS compatible
- Based on GoAws, with mutable tenants, auth, WebUI, Redis persistence
- Ready for independent development and deployment
- See doc/ and README.md for architecture and usage
This commit is contained in:
Naeel
2026-04-10 16:47:27 +03:00
commit c3ba2dcae4
81 changed files with 14253 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Binaries
shared-sqs
*.exe
*.dll
*.dylib
/bin/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.local
*.log
*.pem
*.key
# Build
dist/
build/
# Secrets
secrets/