UNPKG

@goldstack/utils-aws-lambda

Version:

Utilities for deploying AWS Lambda functions

67 lines 2.14 kB
{ "name": "@goldstack/utils-aws-lambda", "version": "0.3.86", "description": "Utilities for deploying AWS Lambda functions", "keywords": [ "goldstack", "utility", "infrastructure", "cli", "docker", "aws", "lambda", "aws sdk", "IaC", "configuration" ], "homepage": "https://goldstack.party", "bugs": { "url": "https://github.com/goldstack/goldstack/issues" }, "repository": { "type": "git", "url": "https://github.com/goldstack/goldstack.git" }, "license": "MIT", "author": "Max Rohde", "sideEffects": false, "main": "dist/src/utilsAwsLambda.js", "scripts": { "build": "yarn clean && yarn compile", "build:watch": "yarn clean && yarn compile-watch", "clean": "rimraf ./dist", "compile": "tsc -p tsconfig.json", "compile-watch": "tsc -p tsconfig.json --watch", "compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'", "coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand", "prepublishOnly": "yarn run build", "publish": "yarn npm publish --tolerate-republish", "test": "jest --passWithNoTests --config=./jest.config.js --runInBand", "test-watch": "jest --watch --passWithNoTests --config=./jest.config.js --runInBand", "patch-when-changed": "git diff --quiet HEAD^...HEAD -- . && git diff --quiet -- . && git diff --quiet --staged -- . || yarn version patch" }, "dependencies": { "@aws-sdk/types": "^3.974.2", "@goldstack/infra-aws": "0.4.72", "@goldstack/utils-aws-cli": "0.4.74", "@goldstack/utils-log": "0.3.38", "@goldstack/utils-sh": "0.5.43", "@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.15", "archiver": "^5.3.1", "esbuild": "^0.25.6", "esbuild-ssr-css-modules-plugin": "0.1.34" }, "devDependencies": { "@swc/core": "^1.15.46", "@swc/jest": "^0.2.39", "@types/aws-lambda": "^8.10.159", "@types/jest": "^30.0.0", "@types/node": "^25.0.3", "jest": "^30.4.2", "rimraf": "^6.1.2", "typescript": "^5.9.3" }, "publishConfig": { "main": "dist/src/utilsAwsLambda.js" } }