Deploy my Python Project in AWS Lambda -- 2
Budget: $30 – $250 USD
I have Python code which previously ran locally on my computer in PyCharm. Now I'd like to run it in AWS using Lambda.
The code accesses the CoinMarketCap API using this wrapper: https://github.com/rsz44/python-coinmarketcap
Using Pandas I want to get the most recent file (from S3), extend it with the new information and safe a new file in S3.
I have no experience with S3 or Lambda or AWS in general. The code is working locally but I don't know how to make it run in S3 on a daily schedule. This is what I need somebody for.
For this purpose I created an account that has access to my AWS. This account has the following rights:
AWSLambda_FullAccess
CloudWatchFullAccess
AmazonS3FullAccess
IAMReadOnlyAccess
The respecitve role with full S3-Access already exists. I guess this is sufficient.
The code accesses the CoinMarketCap API using this wrapper: https://github.com/rsz44/python-coinmarketcap
Using Pandas I want to get the most recent file (from S3), extend it with the new information and safe a new file in S3.
I have no experience with S3 or Lambda or AWS in general. The code is working locally but I don't know how to make it run in S3 on a daily schedule. This is what I need somebody for.
For this purpose I created an account that has access to my AWS. This account has the following rights:
AWSLambda_FullAccess
CloudWatchFullAccess
AmazonS3FullAccess
IAMReadOnlyAccess
The respecitve role with full S3-Access already exists. I guess this is sufficient.