This is our Cloud Journey Template.
It needs to be forked by each participant.
https://github.com/100DaysOfCloud/100DaysOfCloud
We need a way to programmatically track people's progress when they update their fork with progress.
-
Can we use Github Actions? I have seen Github Labs have a Github Bot, investigate and get some ideas
https://lab.github.com/
-
Would the repo trigger an endpoint with a payload? Webhook in our system.
-
Would we have to check periodically eg. CloudWatch Event > Lambda
-
Can we store it in DynamoDB, what should the DynamoDB database structure look like?
We don't have to worry about displaying it in our app just storing in a DB that will be accessed by AWS Amplify
This is our Cloud Journey Template.
It needs to be forked by each participant.
https://github.com/100DaysOfCloud/100DaysOfCloud
We need a way to programmatically track people's progress when they update their fork with progress.
Can we use Github Actions? I have seen Github Labs have a Github Bot, investigate and get some ideas
https://lab.github.com/
Would the repo trigger an endpoint with a payload? Webhook in our system.
Would we have to check periodically eg. CloudWatch Event > Lambda
Can we store it in DynamoDB, what should the DynamoDB database structure look like?
We don't have to worry about displaying it in our app just storing in a DB that will be accessed by AWS Amplify