AWS Lambda Commands

Lamda function:
arn:aws:lambda:ca-central-1:accno:function:rj-function


Role:
arn:aws:iam::accno:role/kde-lambda-role

{
  "key1": "value1",
  "key2": "value2",
  "key3": "value3"
}

policy:
lambda_execute_rj

role:
lambda_role_rj
	arn:aws:iam::accno:role/lambda_role_rj

function name:
Calcrj

API Name:
LambdaCalcrj

Resource path
calcrj


/2015-03-31/functions/arn:aws:lambda:ca-central-1:accno:function:Calcrj/invocations

/2015-03-31/functions/arn:aws:lambda:ca-central-1:accno:function:Calcrj/invocations

application/json

Source:
https://docs.aws.amazon.com/apigateway/latest/developerguide/integrating-api-with-aws-services-lambda.html#api-as-lambda-proxy-create-lambda-function


https://nrxz0rvrr2.execute-api.ca-central-1.amazonaws.com/test


https://nrxz0rvrr2.execute-api.ca-central-1.amazonaws.com/test/calcrj



How to access AWS Gateway API?
https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-use-postman-to-call-api.html

Last updated

Was this helpful?