Skip to content

lucianomm/UplandIntegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

To configure your application data, replace '{}' variables accordingly in the file samconfig.toml

Install AWS CLI

Install SAM CLI

Deployment

After configuring, you can deploy your application by running the following command in the directory of this project:

Production:

sam deploy -t .\uplandApi.yaml

Sandbox:

sam deploy -t .\uplandApi.yaml --config-file samconfig-sandbox.toml

Deployment Outputs

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

Additional Steps

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages