Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.5 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.5 KB

Serverless Events Site

A curated list of awesome serverless events around the world by and for the community.

The site

https://serverlessevents.io

About

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.

How to add event

In this first rough version of Serverless Events updates are done in the GitHub repository at https://github.com/gunnargrosch/serverlessevents-site.

  1. Fork the repository https://github.com/gunnargrosch/serverlessevents-site
  2. 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"
}
  1. Submit a PR

Reach out to Gunnar Grosch if all of this seems like a lot of work.

Author

Gunnar Grosch - GitHub | Twitter | LinkedIn