File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,6 @@ nodejs -handler sns.handler sns.js
229
229
This will create a local docker image. The ` publish-function ` command will
230
230
upload this to Docker Hub and register it with IronWorker.
231
231
232
- FIXME(nikhil): AWS credentials bit.
233
-
234
232
To be able to use the AWS SDK, you'll also need to set two environment
235
233
variables. The values must be your AWS credentials.
236
234
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ ironcli lambda aws-import my-function
29
29
will import the function code to a directory called ` ./my-function ` . It will
30
30
then create a docker image called ` my-function ` .
31
31
32
+ Using Lambda with Docker Hub and Iron Worker requires that the Docker image be
33
+ named ` <Docker Hub username>/<image name> ` . This is used to uniquely identify
34
+ images on Docker Hub. Please use the `-image <Docker Hub username >/<image
35
+ name>` flag to ` aws-import` to create a correctly named image.
36
+
32
37
If you only want to download the code, pass the ` -download-only ` flag. The
33
38
` -region ` and ` -profile ` flags are available similar to the ` aws ` tool to help
34
39
you tweak the settings on a command level. If you want to call the docker image
You can’t perform that action at this time.
0 commit comments