Skip to content

Lambda Functions

Aditya Gupta edited this page Apr 2, 2019 · 13 revisions

AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second.

Always check whether you are logged into AWS by refreshing the page. Sometimes you think you are logged in and you write an lambda function and then you try to save the function and it logs you out.

These are some good links to follow while creating AWS Lambda Functions:

You can read more about the AWS Lambda Functions that I have created here:

Details of the Aurora Database on our new AWS Allocation:

  • DB cluster identifier: cadre-auroradb
  • Master username: cadre_master
  • Master password: thisisanauroradatabase
  • Database Name: web_of_science
  • Table Name: summary
  • Database Endpoint: cadre-auroradb.cluster-cxun48or6beg.us-east-2.rds.amazonaws.com

Details of the AWS Cloud9 Environment:

  • Environment Name: MyCloud9Env

  • Group ID of the Security Group For AWS Cloud9: sg-045fca57efff1d510

  • Command to access the Aurora MYSQL Database on AWS Cloud9: $ mysql --user=cadre_master --password -h cadre-auroradb.cluster-cxun48or6beg.us-east-2.rds.amazonaws.com