JosemyDuarte / JosemyDuarte/aws_python_terraform_poc
Add communication between functions
Open
enhancement
good first issue
hacktoberfest
- Dominant language
- HCL
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now there are 2 functions being deployed: `downloader` and `persister`. We need to create through Terraform the communication between them and provide the functions the required permissions to work with that.
`Downloader` should be able to send the web page source downloaded to a topic.
`Persister` should start when a message to that topic is received and save that content in an S3 bucket.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.