aws-amplify / aws-sdk-android

AWS SDK for Android. For more information, see our web site:
https://docs.amplify.aws
Other
1.02k stars 548 forks source link

Broken Lambda Documentation Link #3603

Open mattlorimor opened 1 week ago

mattlorimor commented 1 week ago

https://github.com/aws-amplify/aws-sdk-android/blob/e2f1159da60cd3074561208b1219d19e035137f5/aws-android-sdk-lambda/src/main/java/com/amazonaws/services/lambda/AWSLambda.java#L52

The trailing slash should not be present. It should be: https://docs.aws.amazon.com/general/latest/gr/lambda-service.html.

tylerjroach commented 6 days ago

Thank you for the report. Will look to report this to the proper team. These files are code generated, so we cannot edit this file directly as it would continually get overwritten. Will check to see if latest codegen has the same issue.

mattlorimor commented 6 days ago

@tylerjroach - Thanks!

Out of curiosity, is this something an outsider to Amazon/AWS could have routed to the proper spot? I couldn't find anywhere that seemed like the centralized repo for it all.

tylerjroach commented 6 days ago

I'll let you know if I find out for the future. I reported the issue here: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lambda/index.html as there was a place to report bad links. Will update this ticket if I get any updates.