✏️
rjnotes
  • Home
  • Books To Read in 2023
  • Mac & Ubuntu Commands - v2
  • DevOps Tasks
  • AWS Commands
  • AWS IAM Policies
  • Autoscaling Automation
  • Shell Commands - Unix
  • RJTools
  • Github
  • VAP
  • virtualenv
  • Alembic Commands
  • Aerospike commands
  • AWS Lambda Commands
  • AWS Glue Commands
  • AWS IAM Policies
  • Azure Commands
  • Cassandra Commands
  • Clickhouse Commands
  • Conda Commands
  • Docker Commands
  • IV Assignments
  • AWS Pricing
  • LangChain Commands
  • Python templates
  • PyLint
  • Pandas Commands
  • CICD
  • GitBook - How to publish
  • HTTPS Fix
  • Video Fix
  • Sublime
  • YT Videos
  • Template
  • GenAI Cards
  • Assignment Validator
  • Auth
  • Decision Maker Persona
  • Session Time
  • New Language Learning
  • Finnish Learning
  • Paste Image Extension
  • Director vs Head vs VP
Powered by GitBook
On this page

Was this helpful?

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
PreviousAerospike commandsNextAWS Glue Commands

Last updated 2 years ago

Was this helpful?