-
Notifications
You must be signed in to change notification settings - Fork 1
[POC] Kickstart Investment Flow #567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
861c36d to
65aa945
Compare
626d6b2 to
2d64d3a
Compare
9d8daf3 to
579dd79
Compare
c08f9b9 to
6a139c6
Compare
| path: invest | ||
| method: post | ||
| cors: true | ||
| authorizer: aws_iam No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check other services to see how to access shared authorizer
| Resource: | ||
| - "arn:aws:dynamodb:us-west-2:432714361962:table/biztechRegistrations${self:provider.environment.ENVIRONMENT}" | ||
| - "arn:aws:dynamodb:us-west-2:432714361962:table/biztechTeams${self:provider.environment.ENVIRONMENT}" | ||
| - "arn:aws:dynamodb:us-west-2:432714361962:table/biztechInvestments${self:provider.environment.ENVIRONMENT}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may need transact writes (with denormalized table, since we're going to be writing to multiple users in a team at once)
| export const userStatus = async (event, ctx, callback) => { | ||
| /* | ||
| Responsible for: | ||
| - Fetching user current balance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's confirm with gautham before we go ahead with this
POC for Kickstart Investment Service
DO NOT REVIEW THIS, review the other Kickstart PR instead.
Closes:
#564
#565
#566