Coder Social home page Coder Social logo

cyber-finn / golang-aws-channels Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4 KB

A very basic demo of how to use Go Channels to pass data between different parts of your go apps/functions. This is exceptionally important in AWS, as it allows you to pass channels/objects between different lambdas and packages, etc.

Go 100.00%
aws aws-lambda go go-channel golang goroutine sample-code

golang-aws-channels's Introduction

GoLang-AWS-Channels

A very basic demo of how to use Go Channels to pass data between different parts of your go routine. This is exceptionally important in AWS, as it allows you to pass channels/objects between different lambdas and packages, etc.

Why use Go for AWS?

Go is a natively supported language for AWS, and therefore operates faster than languages such as C/C++, because there is basically no "cold start" in the native environment.

Isn't Go no longer supported?

While it's true that the first version of Go is no longer supported by the AWS SDK (Go v1), the second (and latest) version is still supported, and will likely continue being supported, as important cloud tools - like Terraform (by HashiCorp) - are actually written (at least partially) in Go.

Usage:

  1. Clone and change whatever you need
  2. Upload the new code to your organisation's private repository
  3. Create an import within the relevant go function you're writing, to link that package (created in Step 2) to your current project, to use the methods within.

golang-aws-channels's People

Contributors

cyber-finn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.