This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-04
Channels
- # aleph (2)
- # announcements (1)
- # biff (1)
- # calva (16)
- # cider (4)
- # clojure (45)
- # clojure-argentina (1)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-norway (18)
- # clojure-uk (7)
- # clojurebridge (1)
- # clojurescript (3)
- # clr (3)
- # cursive (21)
- # datomic (4)
- # fulcro (4)
- # graalvm (3)
- # holy-lambda (8)
- # honeysql (22)
- # lsp (3)
- # malli (3)
- # nbb (1)
- # off-topic (3)
- # portal (13)
- # re-frame (3)
- # reagent (7)
- # releases (1)
- # shadow-cljs (1)
I'm trying to use native backend and bb hl:native:executable
builds correctly, but when I test with sam local invoke MyHandler
I get this error:
Local image was not found...Building image......
Failed to build Docker Image
NoneType: None
Error: Error building docker image: pull access denied for ..., repository does not exist or may require 'docker login': denied: requested access to the resource is denied
solved - the sam build
step is missing from https://fierycod.github.io/holy-lambda/#/native-backend-tutorial after step 5
It’s not. You are can have either docker based deployment of Clojure lambda or native lambda. Not both
ok I've misunderstood what's going on then
what should I do about that error ?
You should remove the Docker configuration from your template and use the zip instead of Docker
thanks how do I use the latest.zip
with sam local invoke
? I've never done this before and I'm clueless
Create a new project and see how it’s done 🙏