Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 1d1aa83

Browse files
committed
Move TODOs to GH issues
1 parent 98b6b62 commit 1d1aa83

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ aws lambda invoke \
7171
cat hello-output.txt
7272
```
7373

74-
## TODO
75-
76-
* Support image types other than local Docker images, where the layer format is tar. For example, layers directly from a Docker registry will be .tar.gz-formatted. OCI images can be either tar or tar.gz, based on the layer's media type.
77-
* De-dupe Lambda layers before publishing them (compare local file's SHA256 to published layer versions with the same name)
78-
* Accept additional parameters for PublishLayerVersion API (license, description, etc)
79-
* Support Lambda compatible runtimes other than 'provided'
80-
* Utility for creating a function deployment package from a Docker image (copying from /var/task/src instead of /opt)
81-
8274
## License Summary
8375

8476
This sample code is made available under a modified MIT license. See the LICENSE file.

0 commit comments

Comments
 (0)