Connecting Siri with AWS Lambda to get IPO fron Nepal Market
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.
- AWS Lambda Function
- API Gateway
- Siri
- 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
mkdir lambda_layers
cd lambda_layers
mkdir python
cd python
pip install requests -t ./
cd ..
zip -r python_modules.zip .