Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions posts/2019-12-03-aws-lambda-provisioned-concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Of course, we don’t really want to dip into the console if our service is buil
functions:
hello:
handler: handler.hello
events:
- http:
path: /hello
events:
- http:
path: /hello
method: get
provisionedConcurrency: 5
```
Expand Down