AWS Lambda function written for Powershell 6
- Grabs opening hours from the public systembolaget.se api (/api/assortment/stores/xml)
- Publish message to SNS topic if irregular opening hours detected.
API Gateway used to invoke the Lambda functions.
https://hngh0n05va.execute-api.eu-central-1.amazonaws.com/Dev
- AWS CLI
- AWS .NET Core CLI
- AWSLambdaPSCore deplyment tools
https://docs.aws.amazon.com/lambda/latest/dg/lambda-powershell-how-to-create-deployment-package.html
{
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\6\\pwsh.exe",
"powershell.powerShellExePath": "C:\\Program Files\\PowerShell\\6\\pwsh.exe"
}