Populate all the necessary stack parameters (including your test email
SenderEmail
)
then run:
sam validate --lint && sam build --beta-features && sam deploy
aws dynamodb put-item --table-name tinykit-tinykitdev-campaigns --item '{"campaign_id": {"S": "test"},"name": {"S": "test campaign"},"reward_s3_key": {"S": ""},"email_template_s3_key": {"S": ""},"thank_you_message": {"S": "Thanks for joining TEST campaign!"}}'
Go in the AWS Console, open the SES service, and validate the email address you
used as SenderEmail
in the stack parameters.
Go to your API Gateway endpoint:
https://<apiGatewayURL>/form/test