Commit Graph

73 Commits

Author SHA1 Message Date
Terry Cain
ab767416fe Completed DynamoDBv2 endpoints 2017-10-29 16:06:09 +00:00
Terry Cain
2a52a0f91b Completed ELBv2 implementation 2017-10-29 14:14:17 +00:00
Terry Cain
a6e5ffb99b Completed events 2017-10-28 20:17:34 +01:00
Alexander Mohr
acb1cac0b7 add note that lambda mock requires docker (#1236) 2017-10-03 13:56:04 -07:00
Alexander Mohr
9008b85299 lambda + SNS enhancements (#1048)
* updates

- support lambda messages from SNS
- run lambda in docker container

* decode output

* populate timeout

* simplify

* whoops

* skeletons of cloudwatchlogs

* impl filter log streams

* fix logging

* PEP fixes

* PEP fixes

* fix reset

* fix reset

* add new endpoint

* fix region name

* add docker

* try to fix tests

* try to fix travis issue with boto

* fix escaping in urls

* fix environment variables

* fix PEP

* more pep

* switch back to precise

* another fix attempt

* fix typo

* fix lambda invoke

* fix more unittests

* work on getting this to work in new scheme

* fix py2

* fix error

* fix tests when running in server mode

* more lambda fixes

* try running with latest docker

adapted from aiodocker

* switch to docker python client

* pep fixes

* switch to docker volume

* fix unittest

* fix invoke from sns

* fix zip2tar

* add hack impl for get_function with zip

* try fix

* fix for py < 3.6

* add volume refcount

* try to fix travis

* docker test

* fix yaml

* try fix

* update endpoints

* fix

* another attempt

* try again

* fix recursive import

* refactor fix

* revert changes with better fix

* more reverts

* wait for service to come up

* add back detached mode

* sleep and add another exception type

* put this back for logging

* put back with note

* whoops :)

* docker in docker!

* fix invalid url

* hopefully last fix!

* fix lambda regions

* fix protocol

* travis!!!!

* just run lambda test for now

* use one print

* fix escaping

* another attempt

* yet another

* re-enable all tests

* fixes

* fix for py2

* revert change

* fix for py2.7

* fix output ordering

* remove this given there's a new unittest that covers it

* changes based on review

- add skeleton logs test file
- switch to docker image that matches test env
- fix mock_logs import

* add readme entry
2017-09-27 16:04:58 -07:00
Terry Cain
fcacecbef0 Nearly finished Polly implementation 2017-09-26 16:46:18 +01:00
Jack Danger
8e79fadb0f Merge pull request #1174 from terrycain/acm
ACM Implementation
2017-09-25 14:36:08 -07:00
Terry Cain
edd10aaa19
Started Work on X-Ray
Could help #1006
2017-09-22 23:36:26 +01:00
Terry Cain
c02dfa52db Updated README 2017-09-22 15:16:12 +01:00
Terry Cain
fec81fc6ea
Updated README 2017-09-20 21:49:09 +01:00
Toshiya Kawasaki
0d122ef86f add ecr to readme (#1101) 2017-09-07 11:26:28 -07:00
Toshiya Kawasaki
b4013f0e60 Adds ELBv2 support in the README 2017-08-16 16:41:58 +09:00
ygrosu
5ed546d59c updating documentation to describe support for boto2 2017-08-09 10:56:15 +03:00
Andrew Hill
0bceaabc40 Fix SWF name in docs 2017-08-04 11:57:48 +10:00
Jack Danger
3eef3c23b1 Updating examples in README to latest API 2017-07-26 22:57:55 -07:00
Marcos Sampaio
e344a7e95b Adds SSM support in the README 2017-05-17 14:09:43 +10:00
The Gitter Badger
bd6e7024f6 Add Gitter badge 2017-05-12 23:51:37 +00:00
Steve Pulec
d0cde0218c Rearrange docs. 2017-03-14 23:20:17 -04:00
Steve Pulec
81836b6981 Get standalone server mode working for all tests. 2017-02-23 19:43:48 -05:00
Steve Pulec
fde721bed7 Testing new version of decorator. 2017-02-15 22:35:45 -05:00
Steve Pulec
6ac8c2b4da Add boto3 standalone example. 2017-01-11 21:33:17 -05:00
Omar Lozada
cafebaae46 Fix README typo 2016-10-22 13:18:23 +08:00
Adam Chainz
e6bf5550ce setup.py - use extras_require for flask
Adding `moto` to the requirements file for my Django project pulls in `flask`, even though I don't need the server component. By making the `server` 'extra' then there is no hard requirement on flask.
2016-09-26 13:44:05 +01:00
Michael De La Rue
bf2fdbba76 Make server use 127.0.0.1 as default address. 2016-09-01 12:14:38 +01:00
Brandon Griffin
ddfcb2b7c5 docs(kms): add KMS to README 2016-06-24 14:26:59 -05:00
Stefan Nordhausen
4c7530746a fix typos in README 2016-05-09 17:21:03 +02:00
Steve Pulec
e2774f3404 Add note to README about using boto3 or other languages. 2016-04-28 09:37:22 -04:00
Steve Pulec
819a8c2563 add apigateway to readme. 2016-03-05 18:09:09 -05:00
Hugo Lopes Tavares
7d0dae1fb7 [lambda] Add @mock_lambda to the README file 2016-02-17 16:33:32 -05:00
Ian Fillion-de Kiewit
b3c59d7dab Add swf entry to README.md 2016-02-05 17:38:19 -05:00
Steve Pulec
3a2eedc03c Merge pull request #494 from jbencook/BasicECS
Basic ECS support
2016-01-08 17:02:40 -05:00
jbencook
3737b39e15 create, list, delete for cluster, task and service 2015-12-17 17:13:00 +00:00
Paul Craciunoiu
0b3895e983 Update README. 2015-12-13 23:18:34 -07:00
Steve Pulec
91a75570c6 Update readme. 2015-09-16 10:01:13 -04:00
Steve Pulec
30df3b94ee Update endpoints in README. 2015-06-29 21:02:41 -04:00
Mike Fuller
0d958e9b1c Added read replica support 2015-01-30 17:12:51 +11:00
Mike Fuller
6232abfe2d Added reboot instance and list_tags_for_resource. Still need to get the tags populated. 2015-01-27 08:21:48 +11:00
Steve Pulec
babb7450ec Add RDS to readme. 2015-01-11 16:42:58 -05:00
Steve Pulec
3ad2b14785 Add notes to README about boto with standalone server. 2014-11-27 11:03:40 -05:00
Steve Pulec
4a3c2359a0 Update supported services in README. 2014-11-03 19:28:34 -05:00
Steve Pulec
ba012d9902 Fix server docs. 2014-08-13 22:16:53 -04:00
Steve Pulec
1f907eddce Add IAM to README 2014-08-05 15:03:39 -04:00
Federico Reiven
6ca95a080d Fixed examples in README file #141 2014-06-20 18:47:55 -03:00
Steve Pulec
7eb7704506 Add requirements for Route53. 2014-01-11 20:29:59 -05:00
Sorin
53006df565 change readme 2013-12-10 12:01:32 +02:00
Steve Pulec
f805717231 Update README S3 example to actually work. 2013-09-24 10:44:25 -04:00
Steve Pulec
46c297aea1 Add autoscaling and ELB to readme 2013-07-27 16:29:47 -04:00
Steve Pulec
eb70174ed5 Add port option. 2013-06-25 12:42:24 -04:00
Steve Pulec
212d9c7abe core sts endpoints completed 2013-05-24 17:22:34 -04:00
Steve Pulec
3882858639 remove note about which boto version was tested 2013-03-27 19:57:36 -04:00