Skip to content

coffeecoco/custom-lookup-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUSTOM LOOKUP LAMBDA FUNCTION

The Python script , AWS Lambda function and AWS CloudFormation templates described queries Amazon DynamoDB table with the inputs from AWS CloudFormation to lookup the mappings.

For more details refer the blog here

Use virtualenv for Python execution

To prevent any problems with your system Python version conflicting with the application, virtualenv can be used.

Install Python: pip install python 2.7

Install virtualenv:

$ pip install virtualenv
$ virtualenv -p PATH_TO_YOUR_PYTHON_2.7 venv2
$ virtualenv ~/.virtualenvs/venv2
$ source ~/.virtualenvs/venv2/bin/activate
$ pip install awscli

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages