ur5us has quit [Remote host closed the connection]
ur5us has joined #crystal-lang
jmdaemon has quit [Ping timeout: 272 seconds]
yxhuvud has quit [Read error: Connection reset by peer]
yxhuvud has joined #crystal-lang
<FromGitter>
<cuteghost> Can anyone tell me if the crystal is supporting the manipulation with AWS? Just like python has boto3 does crystal have anything similar?
<FromGitter>
<cuteghost> this is only for lambda functions. But I am looking for extensive library that would offer almost exact functionality like boto3 has
<FromGitter>
<Blacksmoke16> i would doubt it
<FromGitter>
<Blacksmoke16> idk how that libs works, but might be able to use one of the signing libs with their REST API maybe?
<FromGitter>
<Blacksmoke16> but afaik there isnt any super robust lib like that atm
<FromGitter>
<cuteghost> Thank you for your response. I doubted there is something like that, but still I wanted to check
<riza>
the aws api is so huge, and i dont think they have a public reference that could be used to generate a crystal sdk for that
hightower4 has joined #crystal-lang
hightower3 has quit [Ping timeout: 252 seconds]
ur5us has quit [Ping timeout: 240 seconds]
<FromGitter>
<jrei:matrix.org> OpenAPI or something?
<FromGitter>
<jrei:matrix.org> You could also base the sdk on the official Python one
hightower4 has quit [Ping timeout: 240 seconds]
ur5us has joined #crystal-lang
ur5us has quit [Ping timeout: 240 seconds]
<Sankalp>
chef comes with aws api, but of course crystal is not a drop-in replacement for ruby. It should come close though