-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/ch21518/filecoin #45
base: master
Are you sure you want to change the base?
Conversation
This pull request has been linked to Clubhouse Story #21518: Space - Filecoin BE. |
@@ -117,6 +117,8 @@ export class IdentityModel extends BaseModel { | |||
|
|||
const result = await this.query(params); | |||
|
|||
console.log('getIdentitiesByDisplayName: ', result); |
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.
Added these logs to troubleshoot another issue. Will clean up once that is fixed.
auth: { | ||
type: 'AWS_IAM', | ||
credentials: { | ||
// is there a way to get these from the lambda role |
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.
This piece I am not hundred percent on. Will these env vars get populated or maybe there is a way to set this auth to use the default lambda execution role? That's what it should be because the permissions in serverless.yml are set for that.
@@ -40,7 +40,7 @@ export const handler = middy(async function( | |||
}, | |||
Subject: { Data: emailBody.subject }, | |||
}, | |||
Source: emailBody.from || 'Space <hi@space.storage>', | |||
Source: emailBody.from || 'Space <hey@space.storage>', |
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.
Unrelated to Filecoin and this fix is already in dev/prd.
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.
LGTM
No description provided.