A curated list of awesome serverless events around the world by and for the community.
Serverless Events contains a curated list of upcoming events. This can be large conferences, local meetups, podcasts, webinars and a whole bunch of other awesome serverless events. The important part is that the event is focused on serverless in one way or another and by that is helpful to the serverless community.
Unsure if your event should be in the list? If your event is beneficial for the serverless community it should probably be in the list.
In this first rough version of Serverless Events updates are done in the GitHub repository at https://github.com/gunnargrosch/serverlessevents-site.
- Fork the repository https://github.com/gunnargrosch/serverlessevents-site
- Add your event in JSON format in eventsData.json
{
"event": "ServerlessDays Virtual",
"organizer": "ServerlessDays Virtual",
"starttime": 1588176000,
"endtime": 1588194000,
"location": "Online",
"description": "One Day. One Track. One Community.",
"url": "https://virtual.serverlessdays.io/",
"language": "English"
}
- Submit a PR
Reach out to Gunnar Grosch if all of this seems like a lot of work.