Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
sst.aws.Function: remove unnecessary key file
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 11, 2024
1 parent 54b3adb commit 8c7e738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ func (c *Collection) Build(ctx context.Context, input *BuildInput) (*BuildOutput
}
ciphertext := gcm.Seal(nil, make([]byte, 12), json, nil)
err = os.WriteFile(filepath.Join(result.Out, "resource.enc"), ciphertext, 0644)
os.WriteFile(filepath.Join(result.Out, input.EncryptionKey), ciphertext, 0644)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 8c7e738

Please sign in to comment.