Welcome to serverlessui Discussions! #25
Replies: 10 comments 26 replies
-
Hello, I'm new to using AWS and its tools or library built around it. But I would love to understand serverless UI to be able to use to build a project, then hopefully write about what I learned along the way. Hope someone is available to answer my questions. And there aren't enough articles out there discussing serverless UI to help developers understand and use the library. |
Beta Was this translation helpful? Give feedback.
-
Using Serverless UI in production:can we discuss the added bundle size and why and when you should use Serverless UI in a new or existing application? |
Beta Was this translation helpful? Give feedback.
-
Why use Serverless UI:So currently from the docs, and what you've mentioned within the discussion, there're beautiful benefits associated with using Serverless UI. But I will really love to know if there is/are any futuristic features or shortcomings of Serverless UI that you'd love to share, something that other developers hoping to contribute to the project can look at or contribute to? |
Beta Was this translation helpful? Give feedback.
-
Couldn't Successfully Deploy Through SUI Command
This is a simple React + TypeScript + Redux Notes project that I'm trying to deploy on AWS. But it's failing, and sincerely I can't tell what's making it fail. I configured my AWS CLI:
Then after doing that, I ran the sui command:
Then ended up with the error. Please where possibly could my error on my end be coming from? |
Beta Was this translation helpful? Give feedback.
-
Hello Jake, The greater news is that I got an opportunity to write for Smashing magazine on the topic: "A Deep Dive Into Serverless UI With TypeScript"This is a great opportunity for me to share the knowledge I have gained from reading and discussing with you on the library. I really want to thank you for the assistance you've provided to me through this period. Thank you, Jake! |
Beta Was this translation helpful? Give feedback.
-
I'd love to write the article and pass it across to you to make sure everything is properly covered for the great number of readers on the Smashing magazine, even your suggestions that you have for the readers, hope that's okay with you? This is the first article on this great library on Smashing magazine publication, even outside Smashing magazine and I would love to make sure this content I will write would cover and convey the right and needed information to get started on |
Beta Was this translation helpful? Give feedback.
-
Good day Jake, I was required to advance the topic. Already exploring and building and trying to deploy and writing more on serverless UI. Currently exploring serverless functions with the command-line utility, Serverless UI. I want to ask to know more about using serverless UI to deploy only serverless functions. What makes it different between using AWS sam to deploy serverless functions and serverless UI. |
Beta Was this translation helpful? Give feedback.
-
Looking at the image while the command was running, I want to ask what's the downloading process all about? |
Beta Was this translation helpful? Give feedback.
-
This is the current challenge I'm facing while trying to host serverless functions located in the What's currently trying to debug the error, but thought to seek your assistance? Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hello Jake, I have successfully built a simple serverless application with a serverless function for the backend and deployed it using Serverless UI. But I have few observations I need to clarify. Two links were provided in my terminal after deploying the application with the command One of the links points to the application link(frontend), while the other link points to an API to invoke the function. But while these two sections of the application have been deployed, and no changes I make on my local IDE would be updated on the hosted platform automatically, how do you include the API link earlier before application (frontend) deployment? Or How do I update the live website(frontend) already deployed? For example, I deployed with the command
When I viewed the application(frontend), it wasn't working because of a 403 error. The application isn't working because there's no initial API link provided before the deployment. So I have to redeploy it again, this time including the API link,
Now, for the application to work, I need to deploy twice, the first deploy to provide me with the API link, then include it in my frontend application, then redeploy again the second time, to provide me with another link to a working application that's making the right fetch calls to the serverless function through the API and returns a status of 200. I want to be certain if this is the normal outcome or process I would pass through before having my application work properly; making API calls to the backend and returning the response. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions