Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 04dd8f3

Browse files
committed
docs(README): TypeScript is working well, no more beta
1 parent 16999b7 commit 04dd8f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,15 @@ export function handler(event) {
5454

5555
## Features
5656

57+
- webpack 5
5758
- fast, [no-docker](https://github.com/aws/aws-cdk/issues/9120) CDK construct
5859
- lambda output only contains the necessary files, no README, tests, ...
5960
- bundling happens in temporary directories, it never writes in your project directory
6061
- source map support
61-
- TypeScript support (⚠️ Beta, do provide feedback in issues!)
62+
- TypeScript support
6263
- Babel support (preset-env)
64+
- babel & webpack caching
65+
- node_modules are split into a single `vendor.js` file, minified. Allowing you to debug your own code in AWS console most of the time
6366

6467
## Why?
6568

0 commit comments

Comments
 (0)