Compatibility matrix
Status: Draft
Next Step: Make sure all check marked api are tested see #2114
Resource | sim | tf-aws | tf-azure | tf-gcp | awscdk | |
---|---|---|---|---|---|---|
Bucket | BucketProps.public | |||||
public | ||||||
onUpload | ||||||
onDelete | ||||||
onUpdate | ||||||
onEvent | ||||||
addObject | ||||||
put | ||||||
putJson | ||||||
get | ||||||
tryGet | ||||||
getJson | ||||||
tryGetJson | ||||||
delete | ||||||
tryDelete | ||||||
exists | ||||||
metadata | ||||||
rename | ||||||
copy | ||||||
list | ||||||
publicUrl | ||||||
signedUrl | ||||||
Queue | QueueProps.duration | |||||
QueueProps.retentionPeriod | ||||||
QueueProps.initialMessages | ||||||
timeout | ||||||
setConsumer | ||||||
approxSize | ||||||
push | ||||||
pop | ||||||
purge | ||||||
Function | FunctionProps.timeout | |||||
FunctionProps.memory | ||||||
FunctionProps.concurrency | ||||||
FunctionProps.env | ||||||
timeout | ||||||
memory | ||||||
concurrency | ||||||
addEnvironment | ||||||
invoke | ||||||
invokeAsync | ||||||
Counter | CounterProps.initial | |||||
inc | ||||||
dec | ||||||
peek | ||||||
reset | ||||||
Topic | publish | |||||
onMessage | ||||||
Schedule | ScheduleProps.cron | |||||
ScheduleProps.rate | ||||||
onTick | ||||||
Website | WebsiteProps.path | |||||
WebsiteProps.domain | ||||||
path | ||||||
url | ||||||
Api | ApiProps.ApiCorsProps | |||||
url | ||||||
cors | ||||||
get | ||||||
post | ||||||
put | ||||||
delete | ||||||
patch | ||||||
any | ||||||
request | ||||||
Secret | SecretProps.name | |||||
SecretProps.value | ||||||
SecretProps.valueJson | ||||||
Service | ServiceProps.buildpackPath | |||||
ServiceProps.env | ||||||
ServiceProps.command | ||||||
ServiceProps.port | ||||||
ServiceProps.memory | ||||||
ServiceProps.cpu | ||||||
url | ||||||
buildpackPath | ||||||
command | ||||||
port | ||||||
memory | ||||||
cpu | ||||||
replicas | ||||||
addEnv | ||||||
request | ||||||
Table | TableProps.name | |||||
TableProps.columns | ||||||
TableProps.primaryKey | ||||||
name | ||||||
columns | ||||||
primaryKey | ||||||
addRow | ||||||
insert | ||||||
update | ||||||
delete | ||||||
get | ||||||
list |