Adnan Smajlovic

Results 18 comments of Adnan Smajlovic

Same error for me trying to push sveltekit static build with amplify. ``` Must use import to load ES Module: /Users/a/code/sveltekit/svk5/src/aws-exports.js An error occurred during the push operation: Must use...

wow. thanks for this... spent hours trying to figure out why suddenly adding sns to backend-config doesn't work... lol goes into readme: **run amplify env checkout after making any changes...

Having the same issue with SvelteKit and Amplify, and not including aws-sdk. Just Amplify js, but aws-sdk is called implicitly, as a dependency I guess... request' is not exported by...

Not sure if it matters much, but even if PageError is commented in app.d.ts/js, the error will be produced: error when starting dev server: Error: App.PageError has been renamed to...

Oh, thank you all! This is amazing, and exactly what I was looking for! My case is deploying multiple stacks, therefore (for now): `project.setScript('deployall', 'cdk deploy --all');`

> ```shell > $ pj deploy-all > # or > $ yarn deploy-all > ``` Thank you @eladb! This is amazing

I run into the same problem with `code: lambda.Code.fromAsset(...`. It's kind of a pain because we're using Amplify for some things, but then when we want to add some extra...

+1 for Step functions with Amplify, as well as SNS and SQS! Currently, I'm using custom CF for adding SNS, and SQS, and will do the same for a workflow,...

> Hi for to the recent commenters on this thread - could you give more details on your use case and the application you're trying to build? We're interested in...

Thanks for this @AaronZyLee, didn't know about it. From my prospective, it would be still nice to export enums on the client's side, together with mutations, queries, and subs, just...