@goldstack/utils-aws-lambda
Version:
Utilities for deploying AWS Lambda functions
69 lines • 2.21 kB
JSON
{
"name": "@goldstack/utils-aws-lambda",
"version": "0.3.52",
"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": "utils-git changed --exec \"yarn npm publish $@\"",
"test": "jest --passWithNoTests --config=./jest.config.js --runInBand",
"test-watch": "jest --watch --passWithNoTests --config=./jest.config.js --runInBand",
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"",
"version:apply:force": "yarn version $@ && yarn version apply"
},
"dependencies": {
"@aws-sdk/types": "^3.893.0",
"@goldstack/infra-aws": "0.4.40",
"@goldstack/utils-aws-cli": "0.4.41",
"@goldstack/utils-log": "0.3.23",
"@goldstack/utils-sh": "0.5.26",
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.15",
"archiver": "^5.3.1",
"esbuild": "^0.25.6",
"esbuild-ssr-css-modules-plugin": "0.1.23"
},
"devDependencies": {
"@goldstack/utils-git": "0.2.17",
"@swc/core": "^1.12.11",
"@swc/jest": "^0.2.39",
"@types/aws-lambda": "^8.10.147",
"@types/jest": "^29.5.14",
"@types/node": "^24.0.13",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"typescript": "^5.8.3"
},
"publishConfig": {
"main": "dist/src/utilsAwsLambda.js"
}
}