Viewing profile — cnuss
cnuss
HN member- Joined
- Thu, Apr 15, 2021, 4:18 PM UTC
- HN karma
- 77
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About cnuss
No profile information was provided.
Recent public activity
-
comment
Comment #49223537
this is awesome. I have a ton of nostalgia towards making what is old new again, but still the unadulterated original. I hope you find Tim, Kieran, or Stoyanvoy!
-
story
Show HN: Deploy Hugging Face Models to AWS Lambda
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 …
- story
- story
-
comment
Comment #41849534
It's not publicly accessible, per-se..., there's a reverse proxy I've written 1. There's a Function URL that then creates a Lambda HTTP Event 2. There's a reverse proxy in the cont…
-
comment
Comment #41848273
Yup! Change the `handler` and `start` command: ``` handler = "localhost:5000" ... start = "poetry run flask --app flask_poetry run -p 12345" ```
-
story
Show HN: Run a Python Flask HTTP Server in AWS Lambda (w/Poetry)
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. Depl…
-
story
Show HN: Run a Rust HTTP Server in AWS Lambda (Axum+Scaffoldly)
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. Deployme…
-
comment
Comment #41658277
thanks don! here's the GH discussion on this topic: https://github.com/scaffoldly/scaffoldly/discussions/17
-
story
Show HN: Deploy Next.js Apps to AWS Lambda
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 Too…
- story
-
story
Show HN: Tokenless Authentication to Kubernetes
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!
-
story
Show HN: Get AWS Credentials in GitHub Codespaces
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 th…
-
story
Ask HN: GitHub Actions Architecture for Workflow Orchestration?
Greetings! Does anyone know what GitHub Actions uses internally for Workflow Orchestration? Context: Building some workflow orchestration jobs that have similar async needs, and wa…
-
comment
Comment #32842897
thanks for the question! this completely eliminates the need to juggle ~/.aws/* files, or downloading or generation of one or more web identity token files, or complicated trust to…
-
story
Show HN: An easy way to assume AWS IAM roles on your Laptop or in GitHub Actions
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…
-
story
Show HN: Launch Localstack “as a service” with automatic termination
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 be…
-
story
Show HN: TFstate.dev: Free Terraform State Storage Service Using a GitHub Token
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. Th…
-
comment
Comment #29988644
The GitHub token that is used is a short-lived token that is generated new every time a GitHub action is run. Ref: https://docs.github.com/en/actions/security-guides/automatic... A…
-
comment
Comment #29988591
hey hatware! is that a question/comment for me?
-
comment
Comment #29986873
Thanks mdaniel for your observations! I updated package.json! On the note of the API endpoint. Yes that's correct, I've fashioned a backend API which handles converting of GitHub R…
-
comment
Comment #29986308
Thanks for the feedback SahAssar, sorry if the title caused any latent anxiety! I'll heed your advice for the next time I post something on HN, thank you!
-
comment
Comment #29986278
They're both Identity Protocols, SAML is older and more widely adopted, OIDC is newer. Kinda the XML vs JSON battle at a Protocol level haha! I've found a lot of SaaS providers onl…
-
comment
Comment #29986238
This is awesome! thank you!
-
comment
Comment #29986230
Hey zomglings! I'll echo what I just responded to nodesocket with, but I'd also love your feedback on my comment: https://news.ycombinator.com/item?id=29986209