aws-sdk tag

3 questions


1 answers
338 views
0
How to Switch Roles Using AWS SDK on C#

I am currently working on a C# app for AWS access, but I have been stuck switching roles.I looked up various sites including official AWS information and language differences, but I didn't see anythin...

1 years ago

1 answers
71 views
0
How to set the Amazon.S3.Model.Filter.FilterRules List

Regarding the addition of the List class, what should I do if I use the program below?Please let me know.using Amazon.S3.Model;Filter filter = new Filter();filter.S3KeyFilter.FilterRules.Add(newFilter...

1 years ago

1 answers
88 views
0
Cannot read properties of undefined (reading 'memoizedProperty') when using aws-sdk(v2) on Nuxt3

We are developing web applications using Nxt3.After loading aws-sdk(v2) in Nxt3, The local yarn dev command successfully ran AWSSDK, but nuxt generate & nuxt start command displays the browser con...


© 2024 OneMinuteCode. All rights reserved.