DEV Community

Ricardo Sueiras for AWS

Posted on • Updated on • Originally published at blog.beachgeek.co.uk

AWS open source news and updates #6 - keep up to date with everything that is happening.

With still so much to digest post FOSDEM, SustainOSS and CHAOSS, this weeks updates are a little more lightweight and easy to consume. I am going to work on some tutorials/coding posts so would be interested (use comments) on what open source AWS projects you would like to see material on.

Modernising with open source

Following on from the previous post on the essential open source tools for serverless, I came across this blog post by Matt Billock called "Essential Open Source Serverless Tools" - it is a great reference guide, so check it out.

And whilst I am talking about that previous post, you can watch this recording of the session ->
AWS Community Day Nordics 2020 - Essential open source tools for a serverless developer - Yan Cui (@theburningmonk)Recorded Friday, 31 January 2020 at Nalen in Stockholm.

Security with open source

Ephemeral email addresses to protect your inbox, sounds interesting right? Well read this post on "How I built Heimdall, an open source personal email guardian" by Fabian Terh and then check out his code and implement this for yourself.

Security is job zero and everyones job, and there are many useful open source projects that can help you automate security tasks. In this project by BishopFox, they created a tool called Dufflebag that helps you to identify potential information that might be exposed. The project repo is here.

AWS related Open Source projects

AWS CDK under the covers

Have you ever wondered what happens under the covers when you are using AWS CDK? - Massimo shares his first experiences..

AWS CodeBuild

GitHub Actions are a cool feature that allows you automate workflows within Github (you can see some cool AWS related Actions here). If you are using AWS CodeBuild, then this action might be of interest to you. It runs a AWS CodeBuild project as a step in a GitHub Actions workflow job. The action builds the CodeBuild project, collects the build logs, and prints them as they are written. This allows you to share logs of the build process with your external community on GitHub for a better community experience.

AWS IoT and ESP32

One of my colleagues Moheeb Zara has been having way too much fun with the M5stick dev kits. He has put together some really cool workshops for you to bootstrap your experimentation. If you want to get hold of these M5stick dev kits, then you can get them from here or here. You can also get these from Amazon.

FreeRTOS

FreeRTOS blog post on The New Stack takes a look at AWS support for the FreeRTOS open source project. If you want some good data points on why AWS and open source makes sense, then this post talks about how we are approaching security in this project. Read on...

AWS Amplify

If you have heard about AWS Amplify, but want to know more then you will love this curated list of resources to help you get started. AWEsome Amplify has everything; workshops, loads of tutorials and videos and example projects.

Podcast of the week

Podcast of the week - Grey Beards on Storage - if you have not heard of MinIO, then this is an open source project that provides storage tools which are S3 API compatible.

Tweets of the week

Well, not sure if this is allowed, but this time it is one of mine. If you are using CentOS on AWS and want to have faster updates and reduce your transfer costs you need to read the post.


Do you use AWS and love open source?

Do you have some content you want to share with a broader audience? We are always looking for guest content for the AWS Open blog. Please get in touch (via comments below) and I would love to speak with you about what you are doing in open source. We are always looking for interesting new content.

We are hiring

We are hiring, so if you love open source, then why not check out the current openings. We would love to hear from you and if you want to chat and ask me anything, connect to me via LinkedIn or Twitter and always happy to talk.

Here is a sneak at some of the current open roles;

Open roles in open source include:

and many many more....

Open Source jobs at Amazon and AWS - scroll to bottom, on left.

Stay in touch with open source at AWS

I hope this summary has been useful. I have looked for all the session videos that have been uploaded to date, but if I have missed anything, please get in touch and I will update this summary. Remember to check out the Open Source homepage to keep up to date with all our activity in open source by following us on @AWSOpen.

Oldest comments (2)

Collapse
 
andrewwright profile image
Andrew Wright

Nice list! Would like to throw out one more open source project related to AWS: Regula can validate Terraform against policy pre-deployment. github.com/fugue/regula

Collapse
 
094459 profile image
Ricardo Sueiras

Awesome, thanks Andrew.