Code Monkey home page Code Monkey logo

aws-sdk-net-samples's Introduction

AWS SDK for .NET Samples

Note: This repository is not maintained anymore, please refer to https://github.com/awsdocs/aws-doc-sdk-examples for up-do-date code examples.

This repository has samples that demonstrate how to use the AWS SDK for .NET to access several of the AWS services. All samples are targeting version 3 of the AWS SDK for .NET.

Please refer to README file in each folder for more specific instructions.

aws-sdk-net-samples's People

Contributors

costleya avatar dependabot[bot] avatar doug-aws avatar dscpinheiro avatar johnnyhoffman avatar karthiksaligrama avatar mig281 avatar normj avatar stevejroberts avatar vpop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-sdk-net-samples's Issues

DynamoDB Xamarin Example doesn't work out of the box

It would be great if these samples worked straight out of the box, so I am going to document the issues I have faced / am facing with the Xamarin DynamoDB example.

There isn't a readme file, as the repository description suggests.

Firstly, I needed to add using Amazon; to contact.cs.

DoneEntry is not recognised in DoneEntryRenderer.cs
FacebookLoginButton is not recognised in FacebookLoginButtonRenderer.cs

I'll keep updating as I progress...

NB: I am using Visual Studio 2015

New Examples, new API-Version

Hello,

the last commit of the samples (especially for Xamarin) was a long time ago. Also the net-sdk does not support as much as the android or ios sdk. When do you update the api version to the next level with new features? Especially the managemant of custom scopes for the access token and management of attributes of cognito user would be very fine...

Greetings

Sending SQS message to FIFO queue

Hi, sorry i am posting this here because i am not sure where I can ask my questions.
How can I send the SQS Message to FIFO queue and not the standard one. I even downloaded your example but in sending message for the FIFO queue there is no method or property that I can set the Message group Id and I will get an exception saying that I have to set this parameter of the message. I tried to add this as a message attributes but even this is not working.

No Support to change Facebook login Details

On the DynamoDB example, I tried to login with my Facebook account, but I got an error:

App not Setup: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions.

Having generated some test logins on developer.facebook, but now every time I reopen the simulator, I get sent straight to the page with the above warning, with no option to try a different log in. Why is this?

intent.GetStringExtra("registration_id") retruns null

I tried to get registration id using below code. but it returns null always. I am using the code in mainactivity.cs file. What is the issue? how can we get registration id?
intent.GetStringExtra("registration_id")

Update Xamarin samples

Xamarin samples are 5 years old. Could you please update the samples? Also please add Xamarin Forms examples. S3 read/write with TransferUtility examples would be great too.

Login with ReadPermissions() is obselete

Building in Xamarin throws the following error message. I am just trying to work through the code to work out what this should be replaced with exactly, but any suggestion for someone more experienced with the code would be much appreciated.

/DynamoDB/ContactManager.iOS/FacebookLoginButtonRenderer.cs(10,10): Warning CS0618: Facebook.LoginKit.LoginManager.LogInWithReadPermissions(string[], Facebook.LoginKit.LoginManagerRequestTokenHandler)' is obsolete:Use LogInWithReadPermissions (string[], UIViewController, LoginManagerRequestTokenHandler) method instead' (CS0618) (ContactManager.iOS)

DynamoDBContext has only async tasks

DataModelSample.cs(21,21): Error CS1061: 'DynamoDBContext' does not contain a definition for 'Save' and no extension method 'Save' accepting a first argument of type 'DynamoDBContext' could be found (are you missing a using directive or an assembly reference?) (CS1061)

only showing contex async functions

S3 Sample Unhandled Exception

Hi there,
I'm fairly new to AWS and programming in general, so please help me to understand where I'm going wrong. I'm running the S3 sample, put in my Cognito Pool ID, bucket name, and region. I made sure in the AWS console to attach the "AmazonS3FullAccess" policy to both authorized and unauthorized roles for my Cognito Identity Pool. However, it seems as though the S3Utils code file is having trouble running any methods, and returns an unhandled exception. I don't know what else I can do, so please let me know if there is something I am missing! I have all packages downloaded and attached.

Thanks,
Josh

AmazonDynamoDB_Sample Console Message Mislabeled

AmazonDynamoDB_Sample/Program.cs

"Running DataModel sample" x2

            Console.WriteLine();
            Console.WriteLine("Running DataModel sample");
            RunDataModelSample();

            Console.WriteLine();
            Console.WriteLine("Running DataModel sample");
            RunDocumentModelSample();

Fixed

            Console.WriteLine();
            Console.WriteLine("Running DataModel sample");
            RunDataModelSample();

            Console.WriteLine();
            Console.WriteLine("Running Document Model sample");
            RunDocumentModelSample();

Optimized ๐Ÿ˜ฎ

            Console.WriteLine("\nRunning DataModel sample");
            RunDataModelSample();

            Console.WriteLine("\nRunning Document Model sample");
            RunDocumentModelSample();

how to remove the created metric?

ConsoleSamples/Amazon_CloudWatch_Sample/Amazon_CloudWatch_Sample/AmazonCloudWatchSample.cs
I can't remove the created metric with the code provided in the example.
It seems that the web console doesn't have the delete option and i couldn't find this option in the SDK as well.
Any sugestion?

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.