aws icon indicating copy to clipboard operation
aws copied to clipboard

Amazon Web Services for Haskell

Results 52 aws issues
Sort by recently updated
recently updated
newest added

Public S3 buckets can support operations like GetObject and GetBucket without any authentication headers being provided. This library does not support generating such requests. As a proof of concept I...

Hi! I’m interested in helping here. I have some work experience with AWS and have some knowledge of Haskell through side projects. I don’t have a lot of time either...

Support for Signature V4 is needed for SES to start working again.

Hi, My app is using Aws for sending emails. I am trying to run this feature locally with localstack project, which emulates AWS services locally. I don't want to keep...

I was able to build with following resolver: ``` resolver: lts-16.15 ``` Don't why resolver in master so old. With stock resolver Network.BSD module is not visible in socks package...

It uses `~/.aws-keys`, whereas the standard location appears to be `~/.aws/credentials` according to [the documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html)

Hi, I want to configure aws services in my app. Configuration is described in JSON. e.g. 'Aws.LogLevel' and 'Aws.Core.Protocol' doesn't implement ToJSON/GHC.Generics.Generic. I spot that Aws.Core.Protocol implements Typeable and Aeson...

The headers that are used to sign the `GetObject` do not work. See https://docs.aws.amazon.com/general/latest/gr/sigv4-create-string-to-sign.html and https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html The requests fails with (note the StringToSign section): SignatureDoesNotMatch The request signature we calculated...

I am trying to write a `PutEvent` that checks that the item does not already exist, as per https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html#Expressions.ConditionExpressions.PreventingOverwrites, but it seems that `attribute_not_exists` is missing from `CondOp`?

network package version 3 split off `Network.BSD`. network-bsd export `Network.BSD`.