Skip to content

Commit

Permalink
Add Lambda recursion instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwmoveon authored Jan 22, 2025
1 parent 12a0729 commit f2da34f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/HOWTO_DEPLOYING_AWS_LAMBDA.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ $ AWS_PROFILE=[your_profile_nickname] claudia add-scheduled-event \
--event ./deploy/lambda-scheduled-event.json
```

### Allowing Recursion
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".

### Migrating the Database

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

0 comments on commit f2da34f

Please sign in to comment.