pagarme / superbowleto

:football: A microservice to issue, register and manage boletos
MIT License
5 stars 0 forks source link

network: add lambda-to-internet security-group-rule #189

Closed grvcoelho closed 7 years ago

grvcoelho commented 7 years ago

Description

Add lambda-to-internet rule to the lambda security-group, so lambdas can now have access to the internet. There's one rule egress 443 to 0.0.0.0/0 and another egress 80 to 0.0.0.0/0.

This closes pagarme/superbowleto-pipeline#2.

Your checklist for this pull request

:rotating_light: Please review this items for a good pull request. :four_leaf_clover:

  1. I've read the project's Contributing Guidelines
  2. My commits are well written and follow pagarme/git-style-guide
  3. My changes are well covered by tests and logs
  4. I've updated the project docs (if needed)
  5. I fell safe about this implementation
  6. I feel confortable with the code I wrote, and I'm not ashamed to show it to my friends

In a good pull request, everything above is true :relaxed: