This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def query_prices(id): | |
"""function to query prices from the table | |
Returns | |
------ | |
list of all the prices in the table for a specific ticker | |
""" | |
dynamodb = boto3.resource('dynamodb') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def query_prices(id): | |
"""function to query prices from the table | |
Returns | |
------ | |
list of all the prices in the table for a specific ticker | |
""" | |
dynamodb = boto3.resource('dynamodb') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Records":[ | |
{ | |
"eventID":"1659f5ab548b4c50eea09477f61b8c20", | |
"eventName":"INSERT", | |
"eventVersion":"1.1", | |
"eventSource":"aws:dynamodb", | |
"awsRegion":"us-east-1", | |
"dynamodb":{ | |
"ApproximateCreationDateTime":1634164478.0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from yahoo_fin.stock_info import * | |
tickers = ["BTC-USD","ETH-USD","ADA-USD","DOGE-USD","VET-USD","AAL","AMC","DAL"] | |
table_name = os.environ['table_name'] | |
def prices(tickers): | |
"""function to get prices from yahoo finance | |
Returns | |
------ | |
list of prices |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from yahoo_fin.stock_info import * | |
tickers = ["BTC-USD","ETH-USD","ADA-USD","DOGE-USD","VET-USD","AAL","AMC","DAL"] | |
table_name = os.environ['table_name'] | |
def prices(tickers): | |
"""function to get prices from yahoo finance | |
Returns | |
------ | |
list of prices |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from yahoo_fin.stock_info import * | |
tickers = ["BTC-USD","ETH-USD","ADA-USD","DOGE-USD","VET-USD","AAL","AMC","DAL"] | |
table_name = os.environ['table_name'] | |
def prices(tickers): | |
"""function to get prices from yahoo finance | |
Returns | |
------ | |
list of prices |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I will keep updating the list whenever I come accross excellent Devops related courses. | |
DevOps: | |
Beginner level: | |
DevOps Essentials (Free): https://linuxacademy.com/cp/modules/view/id/192 | |
DevSecOps Essentials (Free): https://linuxacademy.com/cp/modules/view/id/266 | |
DevOps Foundation: https://www.linkedin.com/learning/devops-foundations/welcome | |
DevOps Advance Topics: |