Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gwdp committed Oct 1, 2021
1 parent 41807fd commit 3947324
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -592,6 +592,15 @@ functions:
- app.handler2
```

If you want to use a remote docker image but still need the webpack process before doing so, you can specify it as indicated below:

```yaml
# serverless.yml
functions:
myFunction1:
image: public.ecr.aws/lambda/nodejs:latest
```

## Usage

### Automatic bundling
Expand Down

0 comments on commit 3947324

Please sign in to comment.