How many number of hosted targets can be deployed in an Apigee organisation in Apigee Private cloud.

I just wanted to know how many number of hosted targets can be deployed in an Apigee organisation Apigee Private cloud.

Is there any specific limit on this?

0 5 167
5 REPLIES 5

Apigee X does not allow HostedTargets.

Apigee Edge Public cloud platform do support Hosted Targets. Its available only for Enterprise and Enterprise-plus customers. ( 20 deployments per org; up to 30 deployments across all orgs)

https://www.googlecloudcommunity.com/gc/Apigee/How-to-run-hostedTarget-nodejs-code-in-apigee-X-In-ap...
https://docs.apigee.com/api-platform/reference/subscription-entitlements

https://docs.apigee.com/api-platform/reference/limits


 

@ganadurai Thanks for the response.

Is there any option to connect to Lambda functions from Apigee private cloud or Apigee Hybrid Cloud

A common method to invoke lambda functions is to use the SDKs provided by AWS. Since lambda uses the AWS Signature V4 algorithm you must construct a message in Apigee that includes this signature for authentication purposes.

If you would like to construct your own policies (or shared flow), you should review the AWS Signature V4 in Apigee Java Callout sample build.

If you want to test an example for lambda specifically, you can try these. 
Java policy for AWS Lambda
Javascript policy for AWS Lambda 

Keep in the mind the above samples were build for Apigee Private Cloud some time ago. YMMV.

You define TargetServers with API enpoints of Lambda. OR you can define ServiceCallout policy with the API endpoint of lambda.

@apickelsimer & @ganadurai 

Thanks for the response let me try from my end and will ping here for any queries