You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/amplify.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,11 @@ The Resource Browser allows you to perform the following actions:
74
74
-**Edit Amplify applications**: Edit the configuration of an existing Amplify application by clicking on the application ID and then clicking **Edit App**.
75
75
-**Delete Amplify applications**: Delete an existing Amplify application by selecting the application, followed by clicking **Actions** and then **Remove Selected**.
76
76
77
+
## Current Limitations
78
+
79
+
LocalStack's Amplify API coverage does not include all deployment APIs required for full Amplify Hosting publish flows.
80
+
If your workflow depends on `amplify publish` to upload static frontend artifacts (HTML/CSS/JS), run the frontend with your local framework/dev server while using LocalStack for backend services.
0 commit comments