Skip to content

postgres database on aws + lambda function to load ecb_exchange rates

Notifications You must be signed in to change notification settings

HaGuesto/ecb_aws_exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecb_aws_exchange

The file lambda_test.py is an simple file to test db_access.
Code pushed to aws_lambda via the deployment-package lambda.zip, which includes the file lambda_function with the aws lambda_handler.

This package was used to run the psycopg2 library on aws_lambda

To access the postgres database by another application use the following credentials:

HOST: database-ecb.cxkslz20bb7r.eu-central-1.rds.amazonaws.com
PORT: 5432
database: postgres
user: openview
password: postgres_free


This might require you to install the following:

sudo apt-get install postgresql postgresql-contrib

About

postgres database on aws + lambda function to load ecb_exchange rates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages