A LevelDB backed URL unshortening microservice written in JavaScript
PIL-compatible interface for platform libraries such as GraphicsMagick, Aware or JAI.
Lazy funnel sort implementation in golang
A complete client side implementation of the DynamoDB API Version 2012-08-10 along with methods for mapping between items and go values (structs).
Look at Medium through Twitter
acdha/centrify-aws-cli-utilities 1
Owner: Leo Liou
A Go package for AWS Signature version 4
A server for generating and serving image tiles from a jp2 source image(s).
django application for dealing with static resources regarding urls, cache headers, and versions.
Ajax.org Cloud9 Editor
startedbennyn/trading-signals
started time in 3 days
issue commentaws/aws-cdk
[CDK Pipelines] - Bundling Assets Using Docker Container
Ah, I have to add it and deploy before depending on it ;) -- working now.
comment created time in 9 days
issue commentaws/aws-cdk
[CDK Pipelines] - Bundling Assets Using Docker Container
@justin8, @srethira, Adding environment: {privileged: true} to SimpleSynthAction.standardNpmSynthdidn't seem to help. Was that the wrong place to add it? /me continues to dig
comment created time in 9 days
startedd-e-s-o/apca
started time in 11 days
startedZettlr/Zettlr
started time in a month
issue commentaws/aws-cdk
it must be either the full ARN or name of the secret
@skinny85 Is there a way to use just the name of the secret as suggested by the UPDATE_FAILED's reason?
comment created time in a month
issue commentaws/aws-cdk
Get the secretmanager secret Arn
It'd be great to have the above proposed Secret.fromSecretName for the "multiple accounts for multiple environments" use case -- as then references could be kept relative to an account.
comment created time in 2 months
pull request commentaws/aws-cdk
feat(core,s3-assets,lambda): custom asset bundling
Works great; now to figure out what to do when cdk is running from within a docker container as part of CI/CD and I hit Error: spawnSync docker ENOENT. Anyone navigate around this already?
comment created time in 2 months
issue commentaws/aws-cdk
Is there a way to add an index to a table using the CloudFormation Resources Only... /me looks at CloudFormation docs... looks like not yet :( Is there a place to +1 👍 that feature request? Assuming CDK would need that support in order to do it.
comment created time in 2 months
pull request commentaws/aws-cdk
feat(stepfunctions): new service integration classes that merge that task and state functionality
Looking good and looking forward to trying these out
comment created time in 3 months
issue openedaws/aws-sdk-go-v2
s3's ListPartsOutput's PartNumberMarker not as documented
Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [x] I've gone though the API reference
- [x] I've checked AWS Forums and StackOverflow for answers
- [x] I've searched for previous similar issues and didn't find any solution
Describe the bug
s3's ListPartsOutput's PartNumberMarker field is documented the same as its NextPartNumberMarker field. But does not return the same ;) NextPartNumberMarker works as documented and PartNumberMarker does not.
See: https://github.com/aws/aws-sdk-go-v2/blob/40a22fcb842831dd1511cc4a79f9fdc3c308e407/service/s3/api_op_ListParts.go#L201
Version of AWS SDK for Go?
v0.21.0
Version of Go (go version)?
v1.14
To Reproduce (observed behavior) Steps to reproduce the behavior (please share code or minimal repo)
make a ListPartsRequest
Expected behavior
expect a NextPartNumberMarker
Additional context
Instead get PartNumberMarker of 0 over and over :(
created time in 3 months