Adding more features.

- Implementing support for custom domains
- Blocking common link previewers to "unwind" the links
- Setting a log retention policy for the lambda functions
- Updating to latest CDK version (1.44)
This commit is contained in:
2020-06-08 20:14:56 +02:00
parent 4566869a98
commit a2ce68cbf2
7 changed files with 149 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ setuptools.setup(
long_description=long_description,
long_description_content_type="text/markdown",
author="author",
author="Domenico Testa",
package_dir={"": "once"},
packages=setuptools.find_packages(where="once"),