Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 659 Bytes

File metadata and controls

4 lines (4 loc) · 659 Bytes
  • Although I started using slash-create, which does explicitly support AWS Lambda, I stopped using it because:
    • I needed to load data asynchronously before registering the commands, as I needed to work out different options. This isn't possible with slash-create
    • I needed to have multiple lambda entry points, which doesn't particularly work with it either
  • The state machine setup was used because we need to be able to defer, but then perform another response. For more discussion see this issue.