0.0.1-alpha-23 • Published 5 years ago
@sheertex/infra-devops v0.0.1-alpha-23
infra-devops
Devops tooling for Sheertex repos
Quickstart
Installation
yarn add -D @sheertex/infra-devopsUsage
Publishing AWS lambda functions
Add publish script to package.json file of your project
"scripts": {
"deploy:lambda": "publish lambda",
...
},Execute script when you want to publish your lambda functions
yarn run deploy:lambdaAll files that have *.lambda.js or *.lambda.ts in their name will be published.
Contributing
Prerequisites
You will need the following things properly installed on your computer.
- Git
- Node.js — ⚠️ WARNING ⚠️ You should install this with Volta (unless you have a good reason not to)
- Yarn
- Terraform CLI
Installation
git clone <repository-url>this repositorycd infra-devopsyarn install
Running locally
yarn launch:dev <args>yarn build && yarn launch:prod <args>
Publishing new version
yarn test(make sure all tests passed)- Bump version in the
package.json npm publish --access public
0.0.1-alpha-23
5 years ago
0.0.1-alpha-22
5 years ago
0.0.1-alpha-21
5 years ago
0.0.1-alpha-20
6 years ago
0.0.1-alpha-19
6 years ago
0.0.1-alpha-18
6 years ago
0.0.1-alpha-17
6 years ago
0.0.1-alpha-16
6 years ago
0.0.1-alpha-15
6 years ago
0.0.1-alpha-14
6 years ago
0.0.1-alpha-12
6 years ago
0.0.1-alpha-11
6 years ago
0.0.1-alpha-10
6 years ago
0.0.1-alpha-9
6 years ago
0.0.1-alpha-8
6 years ago
0.0.1-alpha-7
6 years ago
0.0.1-alpha-6
6 years ago
0.0.1-alpha-5
6 years ago
0.0.1-alpha-4
6 years ago
0.0.1-alpha-3
6 years ago
0.0.1-alpha-2
6 years ago
0.0.1-alpha-1
6 years ago
0.0.1-alpha-0
6 years ago