Tutorial by Topics: aws

Description The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The AWS CLI introduces a new set of simple file commands ...
AWS Lambda is a serverless setup for executing functions in the cloud. It leverages existing Amazon Web Services technologies to infinitely scale and run only when necessary in it's own isolated environment. Using Lambda, you can upload your code, configure it to run based on a variety of triggers...
Amazon DynamoDB is a fast NoSQL database service offered by Amazon Web Services (AWS). DynamoDB can be invoked from .NET applications by using the AWS SDK for .NET. The SDK provides three different models for communicating with DynamoDB. This topic is introduces the various APIs in each model. ...
Prepare by setting up your local development machine with the aws command line tool and the git command.
Deserialized JSON based object "Records" key has one or more actual events Each sub event object contains all information you need to determine what changed ParameterDetailsRecords -> [] -> s3 -> bucket -> nameThe name of the S3 bucketRecords -> [] -> s3 -> o...
AWS Lambda is a service that lets you run back-end code without the need to provision or manage servers. AWS Lambda takes care of scaling and high availability. The cost directly depends on how often and how long your code executes. You will find examples of how to create and deploy AWS Lambda func...
As part of the Serverless movement, AWS recently announced C# support for AWS Lambda functions. In this article, I will show you how to develop, install and call a simple C# AWS Lambda Function using Visual Studio 2015. Before you start this example, first go to the Remarks section of this documen...
Lambda developers will handle issues that requires the use of other AWS resources. This topic focuses on S3 (Simple Storage Service) which will commonly be used for storing static files and other configurations. This documentation will consider using AWS-SDK in lambda, accessing files in S3 from Lam...
This documentation section focuses on developing against the Amazon Web Services (AWS) Simple Storage Service (S3). S3 is truly a simple service to interact with. You create S3 "buckets" which can contain zero or more "objects." Once you create a bucket, you can upload files or a...
Amazon Rekognition is a service that makes it easy to add image analysis to your applications. With Rekognition, you can detect objects, scenes, and faces in images. You can also search and compare faces. Rekognition’s API enables you to quickly add sophisticated deep learning-based visual search an...
This section provides an overview of what aws-api-gateway is, and why a developer might want to use it. It should also mention any large subjects within aws-api-gateway, and link out to the related topics. Since the Documentation for aws-api-gateway is new, you may need to create initial versio...
Upload File to AWS s3 bucket using spring rest API.

Page 1 of 1