Skip to content

v1.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 22:21
· 25 commits to main since this release
cab2ab2

🐛 Bug Fixes

Make sure log groups are created before and deleted after lambdas @Nuru (#63)

what

  • Make sure log groups are created before and deleted after lambdas
  • Update terraform cloudposse/module-artifact/external to v0.8.0
  • Update tests

why

  • AWS will create a log group if needed, and if it does, it will clash with the one this module is trying to manage. Ensure that AWS never needs to create a log group by making sure this module creates one before creating the lambda and does not delete it until after the lambda is removed.
  • Keep current
  • Fix broken tests

references

  • Supersedes and closes #52
  • Incorporates #56, Supersedes and closes #62