Skip to content

Commit

Permalink
Merge pull request wso2#8721 from PasanT9/aws-400
Browse files Browse the repository at this point in the history
[4.0.0] Add AWS Lambda endpoint configs
  • Loading branch information
PasanT9 authored Nov 7, 2024
2 parents 1d5ec5f + 7fe0c6d commit fc383d2
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8212,6 +8212,21 @@ components:
"endpoint_type": "Registry",
"endpoint_id": "{registry-name:entry-name:version}",
}
`AWS Lambda as Endpoint`
{
"endpoint_type":"awslambda",
"access_method":"role-supplied|stored",
"assume_role":true|false,
"amznAccessKey":"access_method==stored?<accessKey>:<empty>",
"amznSecretKey":"access_method==stored?<secretKey>:<empty>",
"amznRegion":"access_method==stored?<region>:<empty>",
"amznRoleArn":"assume_role==true?<roleArn>:<empty>",
"amznRoleSessionName":"assume_role==true?<roleSessionName>:<empty>",
"amznRoleRegion":"assume_role==true?<roleRegion>:<empty>"
}
example:
endpoint_type: http
sandbox_endpoints:
Expand Down

0 comments on commit fc383d2

Please sign in to comment.