Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

jsonsivar
Copy link
Member

No description provided.

@shortcut-integration
Copy link

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);
Copy link
Member Author

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
Copy link
Member Author

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>',
Copy link
Member Author

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.

Copy link

@nandit123 nandit123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants