-
### How are you running Renovate?
Self-hosted
### If you're self-hosting Renovate, tell us what version of Renovate you run.
29.8.4
### Please select which platform you are using if self-h…
-
The server-side Swift community uses SwiftLog throughout the ecosystem. It would be great to make the integration of `SwiftLog` easier with the SDK.
The main step would be providing an extension to…
0xTim updated
2 years ago
-
### Describe the bug
We were using AutoMerge as our conflict resolution strategy. When the app was offline, if multiple different changes were made to a model and saved to the datastore, it appeared …
-
**Describe the bug**
Hey I have a project that uses amplify to interface with multiple services like lambda ,cognito, storage etc.
But due to some reason storage(s3) always gives me a 403 on a devic…
-
Hi !
I'm adding my first mutation to my project and the request fails (it's not even sent) with the following error:
```console
2021-08-10 19:18:25.262474+0200 MyProject[16878:1617980] [API] St…
-
**Describe the bug**
Using DynamoDB transactWriteItems to trigger a transaction conflict with one or more of the items being written, I expected the thrown error to be a DynamoDBErrorType (transactio…
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or…
-
### Description:
So I am trying to deploy an application that contains some lambdas with custom swift runtime using a makefile as build method. [Example project](https://github.com/aws-samples/…
-
When IAM role is used for EC2/Lambda and `s3` options is not passed to the config, `athena-express` is not able to create new buckets on its behalf, failing with error `AWS object not present or incor…
-
The AWSLambdaEvents define enum namespaces for the Events (`S3`, `SNS`, `SES`, `SQS`...). These mean you cannot use v4.x of AWSSDKSwift with swift-aws-lambda-runtime. This is partly the fault of AWSSD…