-
Notifications
You must be signed in to change notification settings - Fork 90
AANTS SST #1378
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: main
Are you sure you want to change the base?
AANTS SST #1378
Conversation
KevinWu098
left a comment
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.
Warning
I switched the base branch from aants-merge to main to review the code more easily. If you intended to merge it into aants-merge, changing the base branch may screw up the review comments, so do so after we resolve them
Added some thoughts mostly on code quality. The core logic and implementation make sense to me!
|
|
||
| import { SESv2Client, CreateEmailTemplateCommand } from '@aws-sdk/client-sesv2'; | ||
|
|
||
| const client = new SESv2Client({ region: 'us-east-2' }); |
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.
question: why us-east-2?
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.
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.
CC @andrew-wang0 any clue?

Summary
Merged NextJS + SST migration into AANTS and migrated the AANTS CDK code to SST
Test Plan
Issues
I kept getting this evil error that was saying the
.eslintignorefile in the root directory was breaking because of a new version of .eslint, but that same file exists on main, so I don't know why it's breaking. Fiddled with changing the version of .eslint in the AANTS folder to no avail. Couldn't figure it out so Kevin just told me to uncomment the pre-commit hook.