Skip to content

βŒšπŸ” Automating the news of IPO using AWS Lambda and Siri

License

Notifications You must be signed in to change notification settings

codexponent/ipo-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

IPO-Tracker

Connecting Siri with AWS Lambda to get IPO fron Nepal Market

Motivation

Always searching for the list of IPOs from the website is kind of a redundant task, why not use the combination of AWS Lambda and Siri to automate this task for you. Simply use the Shortcuts application to make automation or a voice command to run the application. I have made an application similar to this before which you can check out here on my GitHub and its subsequent post on Medium post.

Tools

  • AWS Lambda Function
  • API Gateway
  • Siri

How to Use

  • Copy the code from main.py into the Lambda function that you created and run it
  • Also create the trigger 'API Gateway' and make sure to add the URL and API Key into the shortcuts app

Steps to make the layer for Lambda function

mkdir lambda_layers
cd lambda_layers
mkdir python
cd python
pip install requests -t ./
cd ..
zip -r python_modules.zip .

About

βŒšπŸ” Automating the news of IPO using AWS Lambda and Siri

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages