You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
date_end will be used to determine when a crowdaction should be closing.
It is really important to know the data type of the date_end. Currently it's only a string in DynamoDB, but this could change depending on the frontend implementation.
Event bridge will be used to put a rule in the event bus that will be triggered based on the crowdaction date end. This will invoke another lambda function that will do the point calculation, and therefore the badge awarding
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Processing lambda:
a. Compute badge
b. Add badge to user profile (⚠ Must be atomic operation)
The text was updated successfully, but these errors were encountered: