Skip to content

Commit 0c912a2

Browse files
authored
Add Lambda recursion instructions
1 parent 715ab46 commit 0c912a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/HOWTO_DEPLOYING_AWS_LAMBDA.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ $ AWS_PROFILE=[your_profile_nickname] claudia add-scheduled-event \
232232
--event ./deploy/lambda-scheduled-event.json
233233
```
234234

235+
### Allowing Recursion
236+
After the Lambda is deployed, you will need to manually enable recursion. Go to the Lambda page, then the Configuration tab and select the "Concurrency and recursion detection" subtab. Edit the "Recursive loop detection" setting and set to "Allow recursive loops".
237+
235238
### Migrating the Database
236239

237240
Migrations are created with knex[https://knexjs.org/#Migrations].

0 commit comments

Comments
 (0)