Skip to content

jeffcorpuz/wholesomify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit - Slack - AWS Lambda Integration

Goals

  • Integrate with Reddit's API
  • Print out random wholesome post
  • Send to Slack using WebHook through AWS Lambda

Instructions

  • Package Python Payload for Lambda
zip -r9 ${OLDPWD}/function.zip .
cd $OLDPWD
zip -g function.zip lambda_function.py
  • Run terraform apply to bring up infrastructure on AWS
  • Configure Slack Commands with Slack Commands Plugin

Notes

aws lambda update-function-code --function-name my-function --zip-file fileb://function.zip

About

Wholesomify Slack Command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published