-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Thanks to open source this project which is what I am looking for.
After running with it, could you please add features, such as:
- outputs if required.
I understand it runs with Circle CI or other CI/CD pipelines, but without any outputs, except the serverless stack name, will be too less information for me .
- How to custom the processes?
I need add more steps between sls deploy, for example, I need:
install local module to these serverless stacks.
npm install ../lib/abc-1.0.0.tgz
sls deploy
I add these steps in package.json, and run as npm run deploy instead of sls deploy, how to custom in serviceless to do that?
second, I need insert some datas to dynamodb as well. So I need a wrapper before sls deploy.
- I don't know how to run it with
--stageoption or other serverless options. Any hints for me?
pavelvlasov