This project contain example applications that uses the flowaccount-open-api sdk to create documents.
Run yarn
to get your workspace ready and npm_modules
installed
To see all the build/serve/deploy
configurations please check the workspace.json
file.
source path: apps\api\flowaccount-sdk
lambda-environment configuration: apps\api\flowaccount-sdk\env.json
Make sure your AWS_PROFILE
environment variable is set to the correct profile. This means that the value default
or your-profile-name
should exists in ./aws/credentials
file or else serverless will HICK-UPS
- run
yarn nx build api-flowaccount-sdk
to build the node-serverless-application - run
yarn nx serve api-flowaccount-sdk
to serve the application locally - run
yarn nx deploy api-flowaccount-sdk
to deploy the application to your aws account. It will deploy usingserverelss framework
which consists of anapi-gateway
and alambda function
Note: In the current version there is a bug in MAC/LINUX machines where the dist/.serverlessPackage needs to be deleted after every build.
Thanks goes to these wonderful people
ooKriangsaKoo |
bambiiz |
Sekkz |