Learn How to Easily Integrate Lambda Annotations and Other AWS Services Members Public

Learn how to use the Lambda Annotations Framework to integrate with other AWS Services like S3, SQS, SNS, DynamoDB etc. In this blog post we will see an example using S3.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Learn To Deploy AWS Lambda Functions with Ease in JetBrains Rider Members Public

The AWS Toolkit plugin for JetBrains Rider makes it easier to develop, debug, and deploy serverless applications with AWS right from your IDE. Let's learn how to quickly create and update standalone AWS Lambda Functions to the AWS infrastructure.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Guide To Building AWS Lambda Functions with Ease in JetBrains Rider Members Public

The AWS Toolkit plugin for JetBrains Rider makes it easier to develop, debug, and deploy serverless applications with AWS right from your IDE. Learn how to setup AWS Toolkit and create AWS Lambda Functions from JetBrains Rider IDE.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Serverless Task Automation: Task Scheduling with AWS Lambda and Amazon EventBridge Members Public

Learn how to use Amazon EventBridge Scheduler to setup and schedule triggers for Lambda Functions using rate and cron expressions.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Enhancing User Experience: Push Notifications in .NET for Apple Wallet Pass Updates Members Public

Apple Wallet Passes Passes are dynamic and they reflect real-world state. Information in Apple Wallet passes can be dynamically updated. Learn how to use Apple Push Notification Service and Web Service endpoint to keep Wallet Pass updated.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Easily Get Started with AWS Lambda Tracing in .NET using Powertools Members Public

Powertools for AWS Lambda (.NET) Tracing, is an opinionated wrapper for AWS X-Ray .NET SDK, aimed to reduce the overhead of performing common tracing tasks. Let’s explore how to easily get started with using the Lambda Powertools Tracing library when building AWS Lambda Functions in .NET.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Add to Apple Wallet from Your .NET Application: A Step-by-Step Guide Members Public

The iOS Wallet app allows users to manage payment cards, boarding passes, tickets, gift cards, and other passes. Let's learn how to set up, build, and distribute Apple Wallet passes from a .NET application.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Dotnet

How To Set Up Dependency Injection in Lambda Functions Using Annotations Framework Members Public

Learn how to set up Dependency Injection when building Lambda Functions using the Annotatios framework.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS