Skip to content

AWS lambda function scheduled using eventbridge to scan certain pages and send an email with SES if a sale is identified

Notifications You must be signed in to change notification settings

miamollie/sale-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sale-notifier

AWS lambda function scheduled using eventbridge to scan certain pages and send an email with SES if a sale is identified

Deploy new stack

aws-vault exec ACC_NAME --no-session -- cdk deploy

Local deving

Test publishing a message

aws sns publish \
    --subject "My Subject 🚀" \
    --message "Hello world 🐊" \
    --topic-arn "arn:aws:sns:us-east-1:424795685451:saleTopic"

Test lambda code

node ./lambda/my-lambda.js

Get lambda config/env varibales

aws lambda get-function-configuration --function-name

About

AWS lambda function scheduled using eventbridge to scan certain pages and send an email with SES if a sale is identified

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published