This project retrieves values for stock and bond ticker and stores them in a Google Spreadsheet.
I use it as a fallback to the GOOGLEFINANCE(...) Google Spreadhseet function, which can be unstable
(especially for stock exchanges other than NYSE).
Contact the me for any further info.
The stack requires two parameters: Google Spreadsheet ID and Alert Email.
- Command line parameters (CDK context)
- Environment variables (from
.envfile if present)
npx cdk deploy -c googleSpreadsheetId=YOUR_SPREADSHEET_ID -c [email protected]Create a .env file in the project root:
GOOGLE_SPREADSHEET_ID=your_spreadsheet_id_here
[email protected]
Then deploy:
npx cdk deploynpx cdk deploydeploy this stack to your default AWS account/regionnpx cdk diffcompare deployed stack with current statenpx cdk synthemits the synthesized CloudFormation template