DEV Community

Ali Spittel for AWS

Posted on

The AWS Amplify Fullstack Typescript Challenge - Help Thread!

Looking for help with your Amplify DEV Challenge Submission? We're here to for you!

Feel free to post your questions or product feedback in the comments below, and we'll do our best to respond!

If you want to learn more about the challenge, you can read the announcement post here:

Top comments (24)

Collapse
 
alejandro_castaneda profile image
Alejandro Castañeda Ocampo

Hello, I’m new on Dev.to, could you validate if my submission ok? @aspittel
dev.to/alejandro_castaneda/create-...

Collapse
 
aspittel profile image
Ali Spittel

Looks good to me!

Collapse
 
chintanonweb profile image
chintanonweb

Unexpected usage of Free Tier (Amazon Simple Storage Service)
Hello. I see in my Free Tier table (Billing) usage of Free Tier of Amazon Simple Storage Service, but I didn't use this much so how it can reach to this much request. Can you explain to me where these usages come from? And how to stop these usages?
Image description

Collapse
 
aspittel profile image
Ali Spittel

Hey @chintanonweb do you have a repo/any code we can take a look at to help out?

Collapse
 
chintanonweb profile image
chintanonweb
Collapse
 
chintanonweb profile image
chintanonweb

Yesterday I stopped using all services still request increasing
Image description

Thread Thread
 
chrisbonifacio profile image
Chris Bonifacio • Edited

Hi @chintanonweb. Thanks for sharing your repo. However, it's hard to tell if that is related to Amplify from the information shared so far. I don't see a storage resource in your project's amplify folder so that rules out any accidental writes or reads to S3 from the app. It seems that even simply navigating the S3 console can result in usage of the free tier as S3 charges for the number of APIs executed.

repost.aws/questions/QUChiFQXmOQme...

I would recommend filing a support case with Billing. All AWS account owners have access to account and billing support free of charge.

Thread Thread
 
chintanonweb profile image
chintanonweb
Thread Thread
 
chintanonweb profile image
chintanonweb
Collapse
 
dailydev profile image
Aditya Gupta

Hi so in short the issue is I am trying to setup google auth but its not working then i stumbled on this link docs.amplify.aws/react/start/accou... now i just wanted to know do I need to setup IAM identity center for google auth and i kinda filled my env variables for google auth on the amplify dashboard from where app is deployed but i dont get how do I configure it for local development .

Collapse
 
aspittel profile image
Ali Spittel

Hey! If the question is how to set secrets for local development, you would set them in your sandbox then use that sandbox in development - docs.amplify.aws/react/deploy-and-...

Collapse
 
dailydev profile image
Aditya Gupta

Ohh thanks It got solved using that link but somehow the rediredt url is giving error will look into it :)

Collapse
 
dailydev profile image
Aditya Gupta • Edited

So I submitted my submission for the challenge yesterday after changing the name and visibility of my repo to public does this anyhow affect deployement in amplify console because now whenever i push my code no deployement takes place ig somehow the repo is not synchronizing with amplify. I wanted to test the Geo Feature but i got stuck really bad on this issue. Btw here is my repo link : github.com/AdityaGupta20871/Yogify.

Collapse
 
israaali profile image
Israa

Hi, Could you please provide guidance or instructions on how participants can access the AWS Free Tier specifically for this challenge? Any information or resources you could share would be greatly appreciated.

Thank you for your assistance, and I'm looking forward to participating in the challenge!

Collapse
 
masaiadithyaa profile image
M-A-SAIADITHYAA

should we use typescript

Collapse
 
aspittel profile image
Ali Spittel

Amplify Gen 2's backend building capabilities are built with TypeScript, but for your app's frontend you could use your JS or mobile framework of choice!

Collapse
 
abdulramonjemil profile image
Abdulramon Jemil

You can only use TypeScript I guess. Amplify Gen 2 is built around it.

Collapse
 
masaiadithyaa profile image
M-A-SAIADITHYAA

ok thanks

Collapse
 
chintanonweb profile image
chintanonweb • Edited
Collapse
 
maludecks profile image
Malu Decks

do we need to open source the app code to participate? 👀

Collapse
 
jess profile image
Jess Lee

Hey @maludecks! Jess from DEV here. We do not require you to add a license to your code that enables others to use it, but your code does need to be open so that we can see what you built. You'll see a section in the submission template that asks for the code.

Collapse
 
sergo profile image
Sergo

What if my free 12-month period has ended? Do I need to create a new account to participate?

Collapse
 
thechaudhrysab profile image
Chaudhry Talha

Does the FE of the Fullstack Application has to be a web application or it can be a mobile app that is developed using the services provided in amplify?

Collapse
 
aspittel profile image
Ali Spittel

A mobile app also works as long as you use Amplify Gen 2 for your app backend!