Naing

Results 19 comments of Naing

It will be nice to be able to clear in the response tab! This will be really helpful feature we want. Any progress for this feature?

When we are using SSR to fetch data, we need to pass authentication info via context and consume it with `withSSRContext` as below. const { API } = withSSRContext(context); And...

@chrisbonifacio Hi, can you please help me with an example to call appsync in GetStaticProps. There is no doc for GetStaticProps but for [GetServerSideProps](https://docs.amplify.aws/lib/ssr/q/platform/js/#withssrcontext). First of all, I already have...

This is interesting Maybe topic!

I also want to know how to prevent users from using their modified custom query to the appsync graphql api. Can we block access coming from non-app 3rd party clients?

I think appsync can make this happens easily because there is a resolver layer in appsync. I have an idea that it may work by compiling the query used in...

As the issue title says, I can't find any further move. Let me know if I'm missing a move that I can't see. @silent-lad

@tombaumg Hi, did you find a way to setup protected images? i.e. Storage.get() from protected s3 path @neilime Thanks for the Cloudfront setup instructions. Btw, do you have any idea...

@Vijay-CareAllianz It is very straightforward to access public s3 objects. Just use Storage.get(key). https://docs.amplify.aws/lib/storage/download/q/platform/js/