This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
We started writing integration tests using gherkins/apickli provided by
samples as part of apigee development. I would like to know what is used
by everyone. I need to use same integration tests with different dataset
when promoted to test/uat.
We are setting up jenkins CI/CD to deploy the apigee artificats (
configuration,products,apps, sharedflows and proxies ). Process is
failing to deploy sharedflows because they are already part of flowhook
not sure how to resolve this issue.DELETE
htt...
Maven build How to avoid downloading files under node_modules during
apigee proxy. I dont have any nodejs related modules except for unit
testing and apickli for BDD. I want to move all the node_modules out of
proxy build to a commond file location w...
As part of apigee evaluation we are checking if there is DDOS attack on
our apigee instance will it be counted against the quota limit.
Basically we are checking how does this quota limit affected for anamoly
cases like DDOS attack, Request throttlin...
Please use ServiceCallout policy once for aggregation use a javascript
policy and aggregate your response. I made max 8 servicecallouts in a
proxy without any issue working fine in prod.
1. I created another folder config under project root direcotry and
placed edge.json file inside that.2. Use maven copy resources plugin to
copy from config direcotry to root directory.3. run replace tokens
plugin Sample maven plugin
maven-resources-...