Docker image for console command #1807
Unanswered
lektura0bandyta
asked this question in
Support
Replies: 1 comment 4 replies
-
Check out https://bref.sh/docs/runtimes/console#without-serverless-framework You can also use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've created custom docker image for CLI function like this.
Dockerfile
And set function in
serverless.yml
But when I try to execute command using cli get message
This command invokes the Lambda "console" function, but no function was found with the "console" layer
.Can anyone help me set it correctly to use docker image when execute console command?
Beta Was this translation helpful? Give feedback.
All reactions