Skip to content

vijaypolsani/apigee-node-edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

* APIGEE Edge Node Deployment which would expose the RESTFul service to customers*

The Apigee Edge Node deployment is the simplest solution wherein a Node Application could be deployed inthat APIGEE Edge runtime.

The Node Edge deployment can use the BAAS too for any data requirements and can be scaled according to the needs based on the worker thread configurations.

APIGEE edge deployment is a bit tricky and needs lot more detailed documented analysis.

  1. The node modules are deployed as zip files.
  2. The ES5 compatability only exists and new lambda based assignments are not accepted.
  3. Editing on the UI does not always work and someone need to do it commandline outside of APIGEE and redeploy. The redeployment automatically picks the newer version
  • Command line deployment

Deploy the Node App

apigeetool deploynodeapp -u -p --organization -e dev -n /ottoassets -d . -b /ottoassets

Deploy the Proxy App

1. Go to the root level of the application (apiproxy) 2. Perform the below command apigeetool deployproxy -u -p --organization autodesk-eis-np -e dev -n ottoassets -d .

** Deployment would show that the Node is the runtime as below. Alt text

About

Apigee Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published