-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix: mail lambda custom message #235
Conversation
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.
You should add nohoist for this packages to root package.json to add dependencies local for deployment
@willmcvay one more things we need to discuss is deployment pipeline tell that we lack of |
9d1418d
to
d8866f3
Compare
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.
pls remove
environment:
COGNITO_USERPOOL_ID: ${self:custom.${self:provider.stage}.COGNITO_USERPOOL_ID}
MARKET_PLACE_URL: ${self:custom.${self:provider.stage}.MARKET_PLACE_URL}
and
custom: ${file(./env.yml)}
in serverless.yml. Others is ok with me
d8866f3
to
5c2f207
Compare
|
Fixes: #232
Fixes: #236
Fixes: #239