cnuss
- Karma
- 77
- Created
- April 15, 2021 (5y ago)
- Submissions
- 0
- Show HN: Deploy Hugging Face Models to AWS Lambda (github.com)
I've been working on Scaffoldly since 2020 to simplify AWS Lambda deployments. Recently discovered you can run Hugging Face models efficiently using EFS for caching. Here's what's interesting: - Uses EFS for model file…
-
Scaffoldly allows you to run any HTTP server inside AWS Lambda. It requires no code changes to your existing server and a simple configuration in the project's pyproject.toml. Deployments can be done locally or in…
-
Scaffoldly allows you to run any HTTP server inside AWS Lambda. It requires no code changes to your existing server and a simple configuration in the project's Cargo.toml. Deployments can be done locally or in GitHub…
- Show HN: Deploy Next.js Apps to AWS Lambda (scaffoldly.dev)
Hey everyone! I've developed a new CLI that I'm hoping will turn into a vibrant community. Its a developer friendly alternative to using Terraform, Serverless, or other CDKs or Toolchains. I'd love any feedback you all…
- Show HN: Tokenless Authentication to Kubernetes (docs.saml.to)
Hey everyone! I run SAML.to. I just put together some documentation on how the tool can be used to use a GitHub token to connect to Kubernetes. Let me know what you think!
- Show HN: Get AWS Credentials in GitHub Codespaces (github.com)
hey everyone I've written a devcontainer feature that allows you to get AWS credentials for a role in GitHub Codespaces. No copy paste of AWS tokens needed! Let me know what you think!
-
Greetings! Does anyone know what GitHub Actions uses internally for Workflow Orchestration? Context: Building some workflow orchestration jobs that have similar async needs, and want to build something similar. I love…
-
Hey everyone! I've made a service to allow developers easy access to AWS IAM Roles using GitHub Identity. This way, an organization or AWS account owner can quit generating AWS IAM Credentials to users or GitHub…
-
Greetings! I've just created a service that launches a Localstack container, make it available at a personalized URL, and then shuts it down within 10 to 60 minutes. I made this because Localstack is a great way to mock…
-
Greetings! I've developed a new service called TFstate.dev! TFstate.dev is a free-to-use hosted HTTP Backend for Terraform State Storage that is accessible using a GitHub Token. The backend API is Open Source for…
-
Greetings! I've created a GitHub action that works that allows GitHub Actions to exchange a GitHub token for AWS Access Credentials. I've cultivated a few examples of it in action:…
- Show HN: Scaffoldly – Serverless APIs on AWS, in Minutes (start.scaffold.ly)
-
Hey everyone! I recently came across ngx-rocket (https://ngx-rocket.github.io/home) which does a pretty good job at creating a fully functional Angular app with a a lot of the bootstrapping done for you. Does anyone…
-
Hey everyone! I'm curious... as you all have started projects, what have you written/developed/done on the backend that has consumed the most of your time thats not directly related to your core product?…