Putting the database to sleep using Lambda - a Python developer's first contact with Golang

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • aws-sdk-go

    AWS SDK for the Go programming language.

  • First, I want to play around with the AWS SDK for Go and find a way to list my currently running RDS instances and their tags. Apparently, we should be able to just download it using the following command that's documented on the SDK's Github page. Well, that didn't work. It wants a go.mod file, which is apparently used to track dependencies and their versions in a Go module.

  • aws-blog.de-projects

    Projects and examples for https://www.tecracer.com/blog

  • I built a Lambda function in Go that shuts down RDS databases with a predefined Tag every day at 7 pm. This is nothing spectacular, but I learned a lot about Golang and may tackle optimizing the setup in a future blog post. If you're interested, you can find the code I've shown you here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • my first go project, a CLI application to store IP addresses

    2 projects | /r/golang | 12 Jul 2023
  • Send an Email through AWS SES with GoLang

    1 project | dev.to | 5 May 2023
  • S3 upload with progress

    2 projects | /r/golang | 4 Feb 2023
  • Background process in Lambda using SQS

    3 projects | dev.to | 20 Nov 2022
  • Node.js 18 support in Lambda added to Go SDK

    1 project | /r/aws | 17 Nov 2022