Skip to content

v0.80.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 28 Dec 18:45
cdf1d5c

🚀 Enhancements

Feat: `lambda@edge` submodule @korenyoni (#204)

what

  • Add submodule for creating Lambda@Edge functions
  • Add test for Lambda@Edge submodule
  • Ensure all tests run in parallel.
  • Fix versions.tf in examples/complete according to TFLint

why

  • Lambda@Edge are a potentially common use case for this repo, and a submodule for creating Lambda@Edge functions for use with the root module should be created.

references

  • N/A

notes

Please note that a side effect of this change is that the test suite will now take ~30 minutes to run.