fullstack-app
fullstack-app copied to clipboard
⚡ Ready-to-use, serverless, full-stack application built with AWS Lambda, Express.js, React, AWS DynamoDB and AWS HTTP API.
Any idea why I'm getting a "site: Access Denied" error during the deployment to our environment? ``` PS C:\Repositories\fullstack-app> serverless deploy serverless ⚡framework Action: "deploy" - Stage: "dev" - Org:...
According to the documentation, all I need to do is write `domain: example.com` in the serverless.yml to get the https://xxxxxx.cloudfront.net automatically route to my domain. So that's exactly what I...
The template currently sets the API domain manually in config.js. Can this be done automatically with output variables? Here's what I've tried so far: In API's serverlesss.yaml: ``` app: myapp...
This is a more general question about working with Serverless Components, not necessarily specific to this repo. If there's a better place to post this, let me know. The API...
I would like to include uuid package that I am referring in API component. Is there a way to define layers? and if yes how do you do that in...
Hi there, i tried to deploy express component with custom domain. It times out. tail of the sls debug: eploying... Deploying Express App... Packaging Express.js application... Unzipping /tmp/f22um5/source.zip... Files unzipped...
This is a good framework to base your design on. https://github.com/react-boilerplate/react-boilerplate But it is React and not React Native, if you use Expo then you have to rework design for...
I would like to suggest using Expo instead of standard React. Expo supports generating web, IOS and Android apps off from a single source code now. That is an extremely...
Amplify's federated support is limited, here is a feature-request I wrote up. https://github.com/aws-amplify/amplify-js/issues/6300 I've been working though and implementing this in my own app. I would love to see it...