Skip to content

Commit

Permalink
Updated Lambda and StepFunctionsnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau committed Jul 6, 2023
1 parent dfa26e7 commit b7debe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Jump to
## Synchronous Invokes, Asynchronous Invokes, Poll-Based Invokes

- [Understanding the Different Ways to Invoke Lambda Functions](https://aws.amazon.com/blogs/architecture/understanding-the-different-ways-to-invoke-lambda-functions/), AWS, 2019-07-02
- [How to trigger a Lambda function at specific time in AWS](https://stackoverflow.com/questions/48538170/how-to-trigger-a-lambda-function-at-specific-time-in-aws)
- E.g. SQS (message with a `due-date`) -> EventBridge Pipes -> Step Function (WaitTillScheduled `due-date`) -> Lambda


---
Expand Down
1 change: 1 addition & 0 deletions StepFunctions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Jump to
## Useful Articles and Blogs

- [How to trigger a Lambda function at specific time with Step Function](https://stackoverflow.com/questions/48538170/how-to-trigger-a-lambda-function-at-specific-time-in-aws)
- [SQS triggering Step Functions using EventBridge Pipes](https://stackoverflow.com/questions/53422296/aws-sqs-trigger-step-functions)
- [Using JSONPath effectively in AWS Step Functions](https://aws.amazon.com/blogs/compute/using-jsonpath-effectively-in-aws-step-functions/)
- [Latest Step Functions Overview](https://docs.aws.amazon.com/step-functions/latest/dg/how-step-functions-works.html)
- Use Cases
Expand Down

0 comments on commit b7debe3

Please sign in to comment.