2.0.0 • Published 8 months ago

serverless-node-packages v2.0.0

Weekly downloads
5
License
ISC
Repository
bitbucket
Last release
8 months ago

README

What is this repository for?

This is a repo for various node packages to assist with serverless.

How is this repository used?

This repository is wired up to publish node packages through the publish.sh workflow. To publish a package to NPM through Github, do the following:

1) Manually bump the version number of the desired package accordingly. 2) Navigate to the Github Actions tab for this repository, choose desired branch (main normally) and node package from the dropdown menus. 3) Run the job and verify the deployment at our npm registry.

Confluence Reading

Jen created two Confluence pages about using this repo. You can find them below: To learn about testing and publishing a package, read this link.

To learn about what is in this repo and how to use it, you can read about it here.