Jay

Results 856 comments of Jay

@asimdis0286 You would need to migrate it over to Route 53, so that you can manage it from there. Here is some more info on it - https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html

@asimdis0286 I think you can point your domain to your CloudFront distribution manually. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html

@asimdis0286 Thanks for letting us know. I'll refer folks to this thread in case somebody has questions.

It'll be passed in to your Lambda function when an authenticated user invokes it.

@jeff-kilbride The backend portion of the guide will pretty much remain the same (aside from some minor changes). The set up that we walk through is very similar to what...

@pmahmud @bharloe Thanks guys. @walshe No it shouldn't be too hard. There isn't much of a structural change.

You can view the PR for the update [here](https://github.com/AnomalyInnovations/serverless-stack-com/pull/207). Here are the changes to the [tutorial](https://github.com/AnomalyInnovations/serverless-stack-com/compare/v1.2.5...v2.0) and the [frontend](https://github.com/AnomalyInnovations/serverless-stack-demo-client/compare/v1.2.5...v2.0). If you are looking for the older version of the tutorial,...

@tommedema Yeah I think so. That's what I gathered from the docs (hopefully, the Amplify guys can confirm). The bigger picture thing here is that Amplify is tied to the...

@mjbf0748 It's pretty straight forward. Just make two `dynamoDB` calls instead of the one. As we do in this chapter - https://serverless-stack.com/chapters/add-a-create-note-api.html.