Posts
Members
Info
4 Pro Tips for Creating a Successful eCommerce Website
An eCommerce website is an information technology approach by which a trader, a business, a distributor, or a marketer can offer products/services to customers via the internet on a mobile device or a computer. It simply means that an e-commerce website is a virtual store. The…
0
How To Prepare for AWS Interviews?
• Tip 1: Research the Company. So that you are prepared for questions like "What do you know about us? Why did you choose to apply for this job in this company? Why did you apply for this position?" • Tip 2: Do not skip fundamental AWS interview questions. • Tip 3: Talk about…
0
Deleted·1y# General
AWS Connect Participant Connection Missing Authentication Token
I want to create a new AWS connect session while I performed the first required request (StartChatContact) in order to get the ParticipantToken. However, the documentation says that I need a second request (CreateParticipantConnection) to get the connection information in order…
3
Frequently Asked AWS Interview Questions
AWS is a cloud computing service offered by Amazon. AWS lets you build, test, deploy and manage applications and services. All this is done via the data-centers and the hardware managed by Amazon. AWS provides you a combination of Infrastructure-as-a-Service (IaaS),…
0
Amplify: Auto-delete old data in your API's DynamoDB table!
I just published my first contribution to AWS Amplify, which is a custom GraphQL transformer that allows you enable DynamoDB's Time-To-Live feature using a custom @ttl directive in your API schema! Check it out: https://github.com/flogy/graphql-ttl-transformer ... and make sure…
0
dynamodb stream not loggin in cloudwatch
Hi guys, for some reason dynamodb stream in my lambda is not logging in cloudwatch, its all working yesterday but right now with any changes, its not working.
0
GraphQL AWS AMplify @connection not bringing in connected data
I would like to have in the League tables all of the seasons and divisions as you can see with data > seasons. I have set it up as I believe would work using @connection. So the question is, how would I have to change my division schema so that divisions are included in the…
0
Deleted·2y# General
Suggestion for proxying my api request to a on premise network server
I want to host my static site which need access to these apis on private network. I can only access that if I am on the same network. In case I can get a site to site vpn setup on vpc. What is the best way to proxy request ? Currently I have everything hosted S3 and using…
0
S3 "GetBucketLocation" REST API Returning Incomplete Results
I am using this AWS provided C# code to test programmatic access to S3. I then referenced this AWS "GetBucketLocation" REST API documentation to make a GET request for my bucket: https://poochydev-badstuff-bucket.s3.amazonaws.com/?location My request was successful (HTTP…
0