filmov
tv
Serverless Framework: AWS Lambda Scheduler Events in Golang Part 2

Показать описание
This series has been divided into two videos
1. AWS Lambda Scheduler Events in Golang using AWS Console
2. AWS Lambda Scheduler Events in Golang using Serverless Framework
This is part two of the series which is " AWS Lambda Scheduler Events in Golang using Serverless Framework".
------------------------------------
Install Serverless Framework Video:
------------------------------------
------------------------------------
To build in Linux environment:
------------------------------------
service: simply-serverless-cron-job
provider:
name: aws
runtime: go1.x
profile: simply-serverless
functions:
cron-job:
handler: bin/cron-job
events:
- schedule:
rate: rate(1 minute)
- schedule:
rate: cron(0 17 * * ? *)
------------------------------------
Configure Profile Video
------------------------------------
Links
Cron Generator:
1. AWS Lambda Scheduler Events in Golang using AWS Console
2. AWS Lambda Scheduler Events in Golang using Serverless Framework
This is part two of the series which is " AWS Lambda Scheduler Events in Golang using Serverless Framework".
------------------------------------
Install Serverless Framework Video:
------------------------------------
------------------------------------
To build in Linux environment:
------------------------------------
service: simply-serverless-cron-job
provider:
name: aws
runtime: go1.x
profile: simply-serverless
functions:
cron-job:
handler: bin/cron-job
events:
- schedule:
rate: rate(1 minute)
- schedule:
rate: cron(0 17 * * ? *)
------------------------------------
Configure Profile Video
------------------------------------
Links
Cron Generator: