Adam Richie-Halford
|
9a9a1d8413
|
Decentralize cloudformation naming responsibilities (#3201)
* #3127 - Decentralize CF naming responsibilities
* Decentralize CloudFormation naming responsibilities
* Update URLs in cloudformation_resource_type functions
* Fix flake8 errors
* Black formatting
* Add a bunch of imports to populate CloudFormationModel.__subclasses__
* Add noqa to s3 models import statement in cloudformation/parsing.py
* Black formatting
* Remove debugging print statement
Co-authored-by: Bert Blommers <info@bertblommers.nl>
|
2020-08-01 15:23:36 +01:00 |
|
Fabio Dias
|
fd9ac4b9a5
|
ACCOUNT_ID moved to moto.core, MOTO_ACCOUNT_ID env var override
|
2019-12-16 21:05:29 -05:00 |
|
Fabio Dias
|
b83a750630
|
Added references to moto.iam.models.ACCOUNT_ID instead of hardcoded id
|
2019-12-16 19:56:11 -05:00 |
|
Asher Foa
|
96e5b1993d
|
Run black on moto & test directories.
|
2019-10-31 10:36:05 -07:00 |
|
Waldemar Hummer
|
da7106cfd6
|
extended CloudFormation models for Lambda and DynamoDB
|
2017-06-01 22:43:23 +02:00 |
|
Steve Pulec
|
6d422d1f37
|
Add BaseModel to all models.
|
2017-03-11 23:41:12 -05:00 |
|
Steve Pulec
|
f37bad0e00
|
Lints.
|
2017-02-23 21:37:43 -05:00 |
|
Collin RM Stocks
|
1b65c45b56
|
ALWAYS use utcnow(), never now()
|
2016-09-07 14:40:52 -04:00 |
|
Steve Pulec
|
705ec314a3
|
Cleanup different places using unix_time()
|
2015-11-27 14:14:40 -05:00 |
|
Steve Pulec
|
c5487a4464
|
Add compat file for Py26 OrderedDict.
|
2014-11-29 22:43:30 -05:00 |
|
Steve Pulec
|
31b01d27cf
|
Some fixes for dynamodb and python 3.
|
2014-10-26 20:55:11 -04:00 |
|
David Baumgold
|
eedb4c4b73
|
Support Python 3 using six
|
2014-08-28 10:57:43 -04:00 |
|
David Baumgold
|
4201e6b430
|
from __future__ import unicode_literals
|
2014-08-27 11:33:55 -04:00 |
|
jexhson
|
8612e9d782
|
Use hash_key in query to filter returned items
|
2014-03-14 16:37:01 +01:00 |
|
Steve Pulec
|
c1f224954e
|
Cleanup some style
|
2013-12-29 08:59:07 -05:00 |
|
Steve Pulec
|
3bddbb4af3
|
Test out py26 with new HTTPretty
|
2013-10-03 20:34:13 -04:00 |
|
Steve Pulec
|
549cb23b7f
|
Better error messaging for dynamodb table gets for range key tables without range keys used. cc #28
|
2013-05-16 22:24:26 -04:00 |
|
Steve Pulec
|
c1b9718282
|
move dynamo type comparison inside the dynamo type class
|
2013-03-15 11:10:38 -04:00 |
|
Steve Pulec
|
930e4c9762
|
fix keys to use types
|
2013-03-15 00:45:12 -04:00 |
|
Steve Pulec
|
11c1a2a4c1
|
add tests for tables without range keys. tests back to 100%
|
2013-03-14 22:52:32 -04:00 |
|
Steve Pulec
|
3e6f802a20
|
more comprehensive table scanning and querying
|
2013-03-13 22:44:54 -04:00 |
|
Steve Pulec
|
ad4b6c4ee2
|
add dynamodb scanning
|
2013-03-13 10:11:13 -04:00 |
|
Steve Pulec
|
621ac79f33
|
add table delete and update. add item ops, including querying.
|
2013-03-13 09:06:45 -04:00 |
|
zmsmith
|
c196e15cf7
|
Table listing now supports limits and continuations
|
2013-03-10 21:16:58 -04:00 |
|
Steve Pulec
|
e993917d4c
|
pep8
|
2013-03-05 08:35:18 -05:00 |
|
Steve Pulec
|
d32059f301
|
pep8
|
2013-02-26 00:31:01 -05:00 |
|
zmsmith
|
7e3aa7c8ee
|
Adding describe table end point
|
2013-02-19 20:39:04 -05:00 |
|
zmsmith
|
81547e1bc5
|
PEP8
|
2013-02-19 20:00:57 -05:00 |
|
zmsmith
|
5086e6e590
|
Adding intitial DynamoDB setup and implementing ListTables target
|
2013-02-19 08:28:56 -05:00 |
|