Remove AWS Remove Events Remove Lambda Remove Linux
article thumbnail

Using Golang for your AWS Lambda Functions

Xebia

I was sparked on a XKE to do a short experiment with using Golang for my AWS Lambda Functions. But the advantage of Python is that you can actually see the source code in the AWS Console and tweak it. Dependencies In python you have the option to do inline code in AWS CloudFormation templates. This also a problem!

Lambda 130
article thumbnail

How to Create Your First Lambda Function on AWS

MagmaLabs

In the beginning, the documentation for AWS LAMBDAS can be intimidating at times, but don’t worry, in this post, I will help you with the first steps to create an AWS LAMBDA Function. What’s a Lambda Function??. Here is Lambda documentation for you to look at it. client('lambda') ?

Lambda 98
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Using SQS with Lambda | AWS DevOps Pro

Linux Academy

February 18, 2019 was a very important day for AWS DevOps Professional Certification aspirants. This is the day that AWS introduced their new exam after having put the exam through a Beta phase in November, 2018. AWS Lambda. AWS API Gateway. AWS Secrets Manager. Event Sources and Event Triggers.

Lambda 60
article thumbnail

AWS Lambda Versioning and Aliases

Linux Academy

As I detailed in a previous blog post, I’m continuing to update the Linux Academy AWS DevOps Pro certification course. The course has three new sections (and Lambda Versioning and Aliases plays an important part in the Lambda section): Deployment Pipelines. AWS Lambda, and. AWS API Gateway.

Lambda 60
article thumbnail

Scheduling Amazon DynamoDB Backups with Lambda, Python, and Boto3

Linux Academy

A simple way to achieve this is to use an Amazon CloudWatch Events rule to trigger an AWS Lambda function daily. In this hands-on AWS lab, you will write a Lambda function in Python using the Boto3 library. Setting this up requires configuring an IAM role, setting a CloudWatch rule, and creating a Lambda function.

Lambda 68
article thumbnail

Search. Learn. Do: Linux Academy Has a Lab for That.

Linux Academy

Linux Academy provides you with a broad array of detailed courses that cover almost every possible subject. Think about it like this, you already know a good deal about AWS, but recently your company started working with DynamoDB, and you need to implement an automated DynamoDB backup to S3. Step 3: View the lab details and begin!

Linux 60
article thumbnail

Instrumenting Lambda with Traces: A Complete Example in Python

Honeycomb

We’re big fans of AWS Lambda at Honeycomb. As you may have read , we recently made some major improvements to our storage engine by leveraging Lambda to process more data in less time. For this project, that meant getting instrumentation out of Lambda and into Honeycomb. The lifecycle of a Lambda container is tricky.

Lambda 52