aws-beam / aws-codegen

Code generator for AWS clients in Erlang and Elixir.
Other
53 stars 49 forks source link

Improvements to erlang docs #102

Closed onno-vos-dev closed 7 months ago

onno-vos-dev commented 7 months ago

Example OLD:

%% To verify that all parts have been removed and prevent getting charged for
%% the part storage, you should call the ListParts API operation and ensure
%% that the parts list is empty.

Example NEW:

%% To verify that all parts have been removed and prevent getting charged for
%% the part storage, you should call the ListParts:
%% https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html API
%% operation and ensure that the parts list is empty.
onno-vos-dev commented 7 months ago

Merging considering we've had two aws-erlang releases with no docs on hex.pm and I'd like to fix that right away

jadeallenx commented 7 months ago

Thank you for fixing this

onno-vos-dev commented 7 months ago

@jadeallenx While it fixed the failure to generate docs, aws-erlang generates so much docs hex.pm refuses to accept the tarball we send it 🤦‍♂️ I'll look at that tomorrow and see what to do about that 👌