To configure your application data, replace '{}' variables accordingly in the file samconfig.toml
After configuring, you can deploy your application by running the following command in the directory of this project:
sam deploy -t .\uplandApi.yaml
sam deploy -t .\uplandApi.yaml --config-file samconfig-sandbox.toml
The deployment generates three outputs,
- Root url generated for your application
- GET code endpoint for new upland integration
- POST webhook endpoint needed to finish application setup in upland dev portal
If you need to pair your application's User Id with Upland's, modify the file getCode/app.py
and develop the logic for setting userId
variable