Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

LocalStack

Enabling an efficient local dev&test loop for Cloud applications
Collective - Host: opensource - https://opencollective.com/localstack - Code: https://github.com/localstack/localstack

Add support to get s3 bucket name from hostname (#560)

Fixes bug where files uploaded using the JS AWS SDK doesn't trigger events

github.com/localstack/localstack - d212ecd43583073739328a4e8312346c4ffb56b3 authored over 6 years ago by Kristoffer Östlund <[email protected]>
Execute lambda asynchronously for DynamoDB events (#546)

* execute lambda asynchronously for DynamoDB events

* tests

github.com/localstack/localstack - fcf64468af061cf0116c2438d5b9ce155a2ec329 authored almost 7 years ago by Anton Sviridov <[email protected]>
implement CF Fn::GetAZs function; (#548)

fix error message for create_stack on existing stack name

github.com/localstack/localstack - a3a709e4202edab394f446952804c8533b0cfe43 authored almost 7 years ago by Waldemar Hummer <[email protected]>
add link to research survey

github.com/localstack/localstack - 2a8cbc5727db6f38ddc111b82f4ed35d9cd93536 authored almost 7 years ago by Waldemar Hummer <[email protected]>
fix DDB streams event type (INSERT/MODIFY); minor fixes and refactoring (#542)

github.com/localstack/localstack - a483c463f0a1f1da096e7e78d17e42457a715ac9 authored almost 7 years ago by Waldemar Hummer <[email protected]>
release new version of Java libs (#536)

github.com/localstack/localstack - d66b584e12d2922ea8eaf4ea166c503ada7efe56 authored almost 7 years ago by Waldemar Hummer <[email protected]>
Fix Java Lambda Handler Static Imports (#535)

Fix wrong static imports

github.com/localstack/localstack - fdb92669d4cac85726204e7b6256d0ee4bc95fb1 authored almost 7 years ago by Michal Janousek <[email protected]>
release v0.8.4; fix pipenv dependency issue (#533)

github.com/localstack/localstack - 1e9644c3fbbe5b634876970278078fdd0a52ee56 authored almost 7 years ago by Waldemar Hummer <[email protected]>
Add support for FORCE_NONINTERACTIVE (#532)

github.com/localstack/localstack - 5ca7353ee98a82a5a206954da70015da7ea3964e authored almost 7 years ago by Matan Rosenberg <[email protected]>
bumo moto version (#527)

github.com/localstack/localstack - 434a4fe9c03bb8f9276b20552e896565097f03b1 authored almost 7 years ago by Waldemar Hummer <[email protected]>
release new version of Java library (#526)

github.com/localstack/localstack - 91859102289e257e360682887e871c6a4bfbd75d authored almost 7 years ago by Waldemar Hummer <[email protected]>
Use POJO Type for RequestHandler input (#500)

Use POJO Type for RequestHandler input

github.com/localstack/localstack - 844b5d36d1cb25e7f07f74396a5761c77c9c947f authored almost 7 years ago by Kamil Przerwa <[email protected]>
copy local jar files into Docker image

github.com/localstack/localstack - 91b297145c36ffcaae3a812c2d4fb16d9178feb1 authored almost 7 years ago by Waldemar Hummer <[email protected]>
fix Java CI config (#525)

github.com/localstack/localstack - 1c4ce04779b166589dd50f1c46c01d0884fb73ca authored almost 7 years ago by Waldemar Hummer <[email protected]>
AWS Lambda Java - DynamoDB Event - Initial parser with test for the dynamo event (#518)

* Initial support for DynamoDB events in Java Lambda executor

github.com/localstack/localstack - 2af3af2be74555c26ceab584400f4d921e01b889 authored almost 7 years ago by Michal Janousek <[email protected]>
fix SQS endpoint URL for SNS notifications (#523)

github.com/localstack/localstack - e23855b97d8dd404110688e3eb0caea5219cb083 authored almost 7 years ago by Waldemar Hummer <[email protected]>
API Gateway should support wildcard path segments, e.g. {proxy+} (#517)

github.com/localstack/localstack - 269fd8bdf6aa961784ba382e2a5bbbddd4aec90a authored almost 7 years ago by Geoffrey Booth <[email protected]>
Fix #511: Invalid timestamp format in CreateRestApi response (#513)

convert invalid timestamp format returned from Moto API Gateway

github.com/localstack/localstack - 6c86542846ade69f7cb85766822bd3aae8afa4cf authored almost 7 years ago by Geoffrey Booth <[email protected]>
Docker JUnit Test Runner (#499)

Docker JUnit Test Runner

github.com/localstack/localstack - 793d88eab62416b07115e0ee249cec4bdb0c9f1b authored almost 7 years ago by ABevier <[email protected]>
Update sns forward_request for HTTP/S to handle RawMessageDelivery (#502)

Update SNS forward_request for HTTP/S to handle RawMessageDelivery

github.com/localstack/localstack - 068f94e556202a3cfe2fa7b5e76a626094741382 authored almost 7 years ago by Adam Ryman <[email protected]>
Fix API Gateway Lambda responses (#498)

* Fix #466: Only stringify a JSON response if it's a dict, not if it's already a string

* Fix...

github.com/localstack/localstack - 6a7c049ed6383155cc02134f9b34985c6dd8195b authored almost 7 years ago by Geoffrey Booth <[email protected]>