fargate-nodejs 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Fargate-nodejs
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/fargate-nodejs.svg)](https://www.npmjs.com/package/fargate-nodejs)
4
+ [![GitHub](https://img.shields.io/badge/GitHub-alexsanteenodev%2Ffargate--nodejs-blue?logo=github)](https://github.com/alexsanteenodev/fargate-nodejs)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
+
3
7
  Deploy Node.js/TypeScript to AWS Fargate with automatic esbuild bundling, similar to [Lambda's `NodejsFunction`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda_nodejs.NodejsFunction.html).
4
8
 
5
9
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fargate-nodejs",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Fargate NodeJS lib, similar to lambda nodejs library",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",