Tyler Roach
Tyler Roach
Yes, we were still working through a few edge cases at the end of last week. We are close to being able to merge the PR in.
Sorry for the late notification here. The fix was released with Amplify Android 2.19.1!
This is something that we have begun looking at. My initial experiment is to allow a user-provided implementation of a simple interface we already used internally. ``` interface KeyValueRepository {...
Sure! With the proposal, as long as the interface below is adhered to, the backing method would be entirely up to you. ``` interface KeyValueRepository { fun put(dataKey: String, value:...
Crashes will be resolved in the next Amplify release with an in-memory key/value repository fallback [2969](https://github.com/aws-amplify/amplify-android/pull/2969). Please see [here](https://github.com/aws-amplify/amplify-android/issues/2971) for additional information on the changes made, and to provide additional...
Amplify v2.26.0 contains the in-memory fallback described above and should no longer cause crashes!
@Andrew0000 That looks correct. Amplify is coded to handle templates from using the "Standard message" with "Open a deep link" Action on the Pinpoint console. Using these parameters appears to...
@mbahmani90 It does not appear to be possible at this time. I've labeled this ticket as a feature request, and I will also check to see if other Amplify platforms...
Hi @mbahmani90, replace `""` with the name of your bucket.
Sorry, I see what you mean. Can you show me your imports? In the test code I used to test this, I have: ``` import aws.sdk.kotlin.services.s3.S3Client import aws.sdk.kotlin.services.s3.headObject ```